tprepare version 2.7.14 - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 0f424a9da4fbfba11d20fbe465f75661893093e9 DIR parent cd65516ff035a7af57d9c557bfc7f06567fd9dea HTML Author: ThomasV <thomasv@electrum.org> Date: Wed, 4 Jan 2017 18:25:12 +0100 prepare version 2.7.14 Diffstat: M RELEASE-NOTES | 5 +++++ M lib/version.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) --- DIR diff --git a/RELEASE-NOTES b/RELEASE-NOTES t@@ -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 DIR diff --git a/lib/version.py b/lib/version.py t@@ -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