From 0f424a9da4fbfba11d20fbe465f75661893093e9 Mon Sep 17 00:00:00 2001 From: ThomasV Date: Wed, 4 Jan 2017 18:25:12 +0100 Subject: [PATCH] prepare version 2.7.14 --- RELEASE-NOTES | 5 +++++ lib/version.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index f286efeb..ee1f88f5 100644 --- 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 index aa034743..3ed24c87 100644 --- 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