From 8bc9abf9c1dcbb758b27c709a6a4cd30049c99b1 Mon Sep 17 00:00:00 2001 From: Neil Booth Date: Wed, 25 Jan 2017 20:30:02 +0900 Subject: [PATCH] Prepare 0.10.13 --- README.rst | 8 ++++++++ server/version.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index c39fdf0..0d49516 100644 --- a/README.rst +++ b/README.rst @@ -135,6 +135,14 @@ version prior to the release of 1.0. ChangeLog ========= +Version 0.10.13 +--------------- + +* worked around asyncio issue to suppress the annoying log spew on shutdown + that makes it look like a bomb hit +* implement peer subscriptions as real subscriptions with incremental updates +* misc cleanups + Version 0.10.12 --------------- diff --git a/server/version.py b/server/version.py index ff7b40c..7c310f2 100644 --- a/server/version.py +++ b/server/version.py @@ -1 +1 @@ -VERSION = "ElectrumX 0.10.12" +VERSION = "ElectrumX 0.10.13"