tprepare release 3.3.1 - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 85b712967f9f66a6e2a1c4f1b8c33897da01eb51 DIR parent b1b6b250d15b19fb1ffd8eb4d7f6d42316b894e5 HTML Author: ThomasV <thomasv@electrum.org> Date: Thu, 20 Dec 2018 13:24:35 +0100 prepare release 3.3.1 Diffstat: M RELEASE-NOTES | 6 ++++++ M electrum/version.py | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) --- DIR diff --git a/RELEASE-NOTES b/RELEASE-NOTES t@@ -1,3 +1,9 @@ +# Release 3.3.1 - (December 20, 2018) + + * Qt: Fix invoices tab crash (#4941) + * Android: Minor GUI improvements + + # Release 3.3.0 - Hodler's Edition (December 19, 2018) * The network layer has been rewritten using asyncio and aiorpcx. DIR diff --git a/electrum/version.py b/electrum/version.py t@@ -1,5 +1,5 @@ -ELECTRUM_VERSION = '3.3.0' # version of the client package -APK_VERSION = '3.3.0.0' # read by buildozer.spec +ELECTRUM_VERSION = '3.3.1' # version of the client package +APK_VERSION = '3.3.1.0' # read by buildozer.spec PROTOCOL_VERSION = '1.4' # protocol version requested