From d593dd2c6e40cde037036f293afb889bc4aa6d01 Mon Sep 17 00:00:00 2001 From: Neil Booth Date: Sun, 23 Jul 2017 14:57:02 +0900 Subject: [PATCH] Prepare 1.0.14 --- README.rst | 6 ++++++ server/version.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 4995053..a56362f 100644 --- a/README.rst +++ b/README.rst @@ -133,6 +133,12 @@ Roadmap ChangeLog ========= +Version 1.0.14 +-------------- + +- revert the changes to mempool handling of 1.0.13; I think they introduced + a notification bug + Version 1.0.13 -------------- diff --git a/server/version.py b/server/version.py index fe5ea6a..9826a62 100644 --- a/server/version.py +++ b/server/version.py @@ -1,5 +1,5 @@ # Server name and protocol versions -VERSION = 'ElectrumX 1.0.13' +VERSION = 'ElectrumX 1.0.14' PROTOCOL_MIN = '1.0' PROTOCOL_MAX = '1.0'