From 580f2da19d50c919e0f8f6ca76e442d91b4bb32f Mon Sep 17 00:00:00 2001 From: ThomasV Date: Mon, 13 Nov 2017 11:58:25 +0100 Subject: [PATCH] prepare 3.0.2 release --- RELEASE-NOTES | 11 ++++++++++- lib/version.py | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 38fef4cc..21e880b3 100644 --- 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 index 8949a3d1..603cba8e 100644 --- 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