From 7abde2e5144e0eea9c913b63b7c5cc524bc841e7 Mon Sep 17 00:00:00 2001 From: Neil Booth Date: Fri, 21 Jul 2017 12:40:37 +0900 Subject: [PATCH] Prepare 1.0.13 --- README.rst | 6 ++++++ server/version.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 0bb90bf..4995053 100644 --- a/README.rst +++ b/README.rst @@ -133,6 +133,12 @@ Roadmap ChangeLog ========= +Version 1.0.13 +-------------- + +- improve mempool handling and height notifications +- add bitcoin-segwit as a new COIN + Version 1.0.12 -------------- diff --git a/server/version.py b/server/version.py index 59f8b42..fe5ea6a 100644 --- a/server/version.py +++ b/server/version.py @@ -1,5 +1,5 @@ # Server name and protocol versions -VERSION = 'ElectrumX 1.0.12' +VERSION = 'ElectrumX 1.0.13' PROTOCOL_MIN = '1.0' PROTOCOL_MAX = '1.0'