tprepare release 3.3.3 - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 4be4444d6b4e9183f6305f0323e4775aa4fda747 DIR parent 889d133abdafaca81e5df94aa9465fdcf4970c4b HTML Author: ThomasV <thomasv@electrum.org> Date: Fri, 25 Jan 2019 12:06:19 +0100 prepare release 3.3.3 Diffstat: M RELEASE-NOTES | 9 +++++++++ M electrum/version.py | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) --- DIR diff --git a/RELEASE-NOTES b/RELEASE-NOTES t@@ -1,3 +1,12 @@ +# Release 3.3.3 - (January 25, 2019) + + * Do not expose users to server error messages (#4968) + * Hardware wallet fixes (#4991, #4993, #5006) + * Display only QR code in QRcode Window + * Fixed code signing on MacOS + * Randomise locktime of transactions + + # Release 3.3.2 - (December 21, 2018) * Fix Qt history export bug DIR diff --git a/electrum/version.py b/electrum/version.py t@@ -1,5 +1,5 @@ -ELECTRUM_VERSION = '3.3.2' # version of the client package -APK_VERSION = '3.3.2.0' # read by buildozer.spec +ELECTRUM_VERSION = '3.3.3' # version of the client package +APK_VERSION = '3.3.3.0' # read by buildozer.spec PROTOCOL_VERSION = '1.4' # protocol version requested