tprepare release 3.3.6 - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 9529b418e26430d577151e460435de0cd445fb7e DIR parent 763720715b5ad746ff858b1557c36cb70f5a4785 HTML Author: ThomasV <thomasv@electrum.org> Date: Thu, 16 May 2019 19:02:20 +0200 prepare release 3.3.6 Diffstat: M RELEASE-NOTES | 2 +- M electrum/version.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) --- DIR diff --git a/RELEASE-NOTES b/RELEASE-NOTES t@@ -1,4 +1,4 @@ -# Release 3.3.6 - (unreleased) +# Release 3.3.6 - (May 16, 2019) * qt: fix crash during 2FA wallet creation (#5334) * fix synchronizer not to keep resubscribing to addresses of DIR diff --git a/electrum/version.py b/electrum/version.py t@@ -1,5 +1,5 @@ -ELECTRUM_VERSION = '3.3.5' # version of the client package -APK_VERSION = '3.3.5.0' # read by buildozer.spec +ELECTRUM_VERSION = '3.3.6' # version of the client package +APK_VERSION = '3.3.6.0' # read by buildozer.spec PROTOCOL_VERSION = '1.4' # protocol version requested