From 0a31acbdf222ab25adb48a7e2092e4204f426582 Mon Sep 17 00:00:00 2001 From: ThomasV Date: Mon, 9 Jan 2017 13:10:13 +0100 Subject: [PATCH] prepare version 2.7.16 --- RELEASE-NOTES | 7 +++++++ lib/version.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index b43baa13..0497be6d 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,3 +1,10 @@ +# Release 2.7.16 + * add Testnet support (fix #541) + * allow daemon to be launched in the foreground (fix #1873) + * Qt: use separate tabs for addresses and UTXOs + * Qt: update fee slider with a network callback + * Ledger: new ui and mobile 2fa validation (neocogent) + # Release 2.7.15 * Use fee slider for both static and dynamic fees. * Add fee slider to RBF dialog (fix #2083). diff --git a/lib/version.py b/lib/version.py index d2aff727..cf4367b6 100644 --- a/lib/version.py +++ b/lib/version.py @@ -1,4 +1,4 @@ -ELECTRUM_VERSION = '2.7.15' # version of the client package +ELECTRUM_VERSION = '2.7.16' # version of the client package PROTOCOL_VERSION = '0.10' # protocol version requested # The hash of the mnemonic seed must begin with this