From 860a4e8e93496fdbe69c83a2beb8abbcb9b68e8d Mon Sep 17 00:00:00 2001 From: Neil Booth Date: Sun, 26 Mar 2017 11:51:18 +0900 Subject: [PATCH] Prepare 1.0.4 --- README.rst | 5 +++++ server/version.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 056d544..d2a9b68 100644 --- a/README.rst +++ b/README.rst @@ -127,6 +127,11 @@ Roadmap ChangeLog ========= +Version 1.0.4 +------------- + +* fix another unwanted loop in peer discovery, tweak diagnostics + Version 1.0.3 ------------- diff --git a/server/version.py b/server/version.py index a7f88f1..855964b 100644 --- a/server/version.py +++ b/server/version.py @@ -1,5 +1,5 @@ # Server name and protocol versions -VERSION = 'ElectrumX 1.0.3' +VERSION = 'ElectrumX 1.0.4' PROTOCOL_MIN = '1.0' PROTOCOL_MAX = '1.0'