electrum

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

commit 580f2da19d50c919e0f8f6ca76e442d91b4bb32f
parent 5e8791e5a4cc38fb03fa772a06ae8aefb83e2b06
Author: ThomasV <thomasv@electrum.org>
Date:   Mon, 13 Nov 2017 11:58:25 +0100

prepare 3.0.2 release

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

diff --git a/RELEASE-NOTES b/RELEASE-NOTES @@ -1,7 +1,16 @@ +# Release 3.0.2 + * Android: replace requests tab with address tab, with access to + private keys + * sweeping minikeys: search for both compressed and uncompressed + pubkeys + * fix wizard crash when attempting to reset Google Authenticator + * fix #3248: fix Ledger+segwit signing + * fix #3262: fix SSL payment request signing + * other minor fixes. + # Release 3.0.1 * minor bug and usability fixes - # Release 3.0 - Uncanny Valley (November 1st, 2017) * The project was migrated to Python3 and Qt5. Python2 is no longer diff --git a/lib/version.py b/lib/version.py @@ -1,4 +1,4 @@ -ELECTRUM_VERSION = '3.0.1' # version of the client package +ELECTRUM_VERSION = '3.0.2' # version of the client package PROTOCOL_VERSION = '1.1' # protocol version requested # The hash of the mnemonic seed must begin with this