From bf6a8f58d5caab2a1d27c511dbd11e8dc81986af Mon Sep 17 00:00:00 2001 From: Neil Booth Date: Thu, 10 Nov 2016 07:43:07 +0900 Subject: [PATCH] Hotfixes for two issues in 0.2.2 --- docs/RELEASE-NOTES | 7 +++++++ server/version.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/RELEASE-NOTES b/docs/RELEASE-NOTES index cf34aed..aea65ec 100644 --- a/docs/RELEASE-NOTES +++ b/docs/RELEASE-NOTES @@ -1,3 +1,10 @@ +Version 0.2.2.1 +--------------- + +- fixes issues #12, #13 +- only attempt to flush on asyncio.CancelledError to avoid spurious + secondary errors + Version 0.2.2 ------------- diff --git a/server/version.py b/server/version.py index 79efc29..e6541a2 100644 --- a/server/version.py +++ b/server/version.py @@ -1 +1 @@ -VERSION = "ElectrumX 0.2.2" +VERSION = "ElectrumX 0.2.2.1"