tprepare release 3.0.6 - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit ea2a2aaf09011fe98c22268f640ddecad246dfa5 DIR parent 6e4774870adb89be0629d066f0d38f103c65fcca HTML Author: ThomasV <thomasv@electrum.org> Date: Sat, 3 Feb 2018 07:38:36 +0100 prepare release 3.0.6 Diffstat: M RELEASE-NOTES | 5 +++++ M lib/version.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) --- DIR diff --git a/RELEASE-NOTES b/RELEASE-NOTES t@@ -1,3 +1,8 @@ +# Release 3.0.6 : + + * Fix transaction parsing bug #3788 + + # Release 3.0.5 : (Security update) This is a follow-up to the 3.0.4 release, which did not completely fix DIR diff --git a/lib/version.py b/lib/version.py t@@ -1,4 +1,4 @@ -ELECTRUM_VERSION = '3.0.5' # version of the client package +ELECTRUM_VERSION = '3.0.6' # version of the client package PROTOCOL_VERSION = '1.1' # protocol version requested # The hash of the mnemonic seed must begin with this