tbump versino number and update release notes - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit aa6cab37d5e23caa3cbbdab11c356b8e7e53c974 DIR parent 6321b14f9feca1cb5d6293ab722f3936d08c170d HTML Author: ThomasV <thomasv@electrum.org> Date: Sat, 13 May 2017 11:25:16 +0200 bump versino number and update release notes Diffstat: M RELEASE-NOTES | 5 +++-- M lib/version.py | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) --- DIR diff --git a/RELEASE-NOTES b/RELEASE-NOTES t@@ -1,5 +1,6 @@ -# Release 2.8.3 - * Blockchain checkpoints can be added and configured from the GUI. +# Release 2.9 + * SPV: use binary search to locate connection point + * SPV: add blockchain checkpoints, configurable by user * Fix crash on reading older wallet formats. # Release 2.8.2 DIR diff --git a/lib/version.py b/lib/version.py t@@ -1,4 +1,4 @@ -ELECTRUM_VERSION = '2.8.3' # version of the client package +ELECTRUM_VERSION = '2.9.0' # version of the client package PROTOCOL_VERSION = '0.10' # protocol version requested # The hash of the mnemonic seed must begin with this