electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit 4be4444d6b4e9183f6305f0323e4775aa4fda747
parent 889d133abdafaca81e5df94aa9465fdcf4970c4b
Author: ThomasV <thomasv@electrum.org>
Date:   Fri, 25 Jan 2019 12:06:19 +0100

prepare release 3.3.3

Diffstat:
MRELEASE-NOTES | 9+++++++++
Melectrum/version.py | 4++--
2 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/RELEASE-NOTES b/RELEASE-NOTES @@ -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 diff --git a/electrum/version.py b/electrum/version.py @@ -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