From 7e3ca6926d7fbe558af79556fd5b345fc10368a0 Mon Sep 17 00:00:00 2001 From: Neil Booth Date: Sat, 3 Dec 2016 11:06:52 +0900 Subject: [PATCH] Prepare 0.7.20 --- RELEASE-NOTES | 6 ++++++ server/version.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index a3d8a25..731d580 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,3 +1,9 @@ +version 0.7.20 +-------------- + +- fix for errors during batch requests (issue #54) +- don't log errors on shutdown after giving sockets time to close + version 0.7.19 -------------- diff --git a/server/version.py b/server/version.py index 0aa8848..c901cc6 100644 --- a/server/version.py +++ b/server/version.py @@ -1 +1 @@ -VERSION = "ElectrumX 0.7.19" +VERSION = "ElectrumX 0.7.20"