electrum

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

commit bb0ddcecd027be04180e301a2cdf93fe06b3da21
parent 79c8d0ecb93eb55850aabec737fe7ba747d6d816
Author: ThomasV <thomasv@electrum.org>
Date:   Sat,  8 Oct 2016 18:57:39 +0200

version 2.7.3

Diffstat:
MRELEASE-NOTES | 5+++++
Mlib/version.py | 2+-
2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/RELEASE-NOTES b/RELEASE-NOTES @@ -1,3 +1,8 @@ +# Release 2.7.3 + * fix Trezor and Keepkey support in Windows builds + * fix sweep private key dialog + * minor fixes: #1958, #1959 + # Release 2.7.2 * fix bug in password update (issue #1954) * fix fee slider (issue #1953) diff --git a/lib/version.py b/lib/version.py @@ -1,4 +1,4 @@ -ELECTRUM_VERSION = '2.7.2' # version of the client package +ELECTRUM_VERSION = '2.7.3' # version of the client package PROTOCOL_VERSION = '0.10' # protocol version requested OLD_SEED_VERSION = 4 # electrum versions < 2.0