electrum

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

commit 0f424a9da4fbfba11d20fbe465f75661893093e9
parent cd65516ff035a7af57d9c557bfc7f06567fd9dea
Author: ThomasV <thomasv@electrum.org>
Date:   Wed,  4 Jan 2017 18:25:12 +0100

prepare version 2.7.14

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.14 + * Merge exchange_rate plugin with main code + * Faster synchronization and transaction creation + * Fix bugs #2096, #2016 + # Release 2.7.13 * fix message signing with imported keys * add size to transaction details window diff --git a/lib/version.py b/lib/version.py @@ -1,4 +1,4 @@ -ELECTRUM_VERSION = '2.7.13' # version of the client package +ELECTRUM_VERSION = '2.7.14' # version of the client package PROTOCOL_VERSION = '0.10' # protocol version requested # The hash of the mnemonic seed must begin with this