From c4c2203caafe01906edff10b88920d9dab91bf2e Mon Sep 17 00:00:00 2001 From: ThomasV Date: Tue, 11 Oct 2016 16:46:40 +0200 Subject: [PATCH] version 2.7.5, release notes --- RELEASE-NOTES | 8 ++++++++ lib/version.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index fec1e82bf..fd0f62502 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,3 +1,11 @@ +# Release 2.7.5 + * Add number of confirmations to request status. (issue #1757) + * In the GUI, refer to passphrase as 'seed extension'. + * Fix bug with utf8 encoded passphrases. + * Kivy wizard: add a dialog for seed options. + * Kivy wizard: add current word to suggestions, because some users + don't see the space key. + # Release 2.7.4 * Fix private key import in wizard * Fix Ledger display (issue #1961) diff --git a/lib/version.py b/lib/version.py index bf45d8d8b..6b3d41c54 100644 --- a/lib/version.py +++ b/lib/version.py @@ -1,4 +1,4 @@ -ELECTRUM_VERSION = '2.7.4' # version of the client package +ELECTRUM_VERSION = '2.7.5' # version of the client package PROTOCOL_VERSION = '0.10' # protocol version requested OLD_SEED_VERSION = 4 # electrum versions < 2.0