From bffdfcc47f79457fb466b1cac34fa42ee58736d8 Mon Sep 17 00:00:00 2001 From: Neil Booth Date: Wed, 14 Dec 2016 19:31:08 +0900 Subject: [PATCH] Prepare 0.9.7 --- RELEASE-NOTES | 7 +++++++ server/version.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 2dea713..1cff1f0 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,3 +1,10 @@ +version 0.9.7 +------------- + +- history and UTXO requests are now processed by the executor, i.e., + properly asynchronously. This was the last of the potential latency + bottlenecks. + version 0.9.6 ------------- diff --git a/server/version.py b/server/version.py index 9dc1bda..a590391 100644 --- a/server/version.py +++ b/server/version.py @@ -1 +1 @@ -VERSION = "ElectrumX 0.9.6" +VERSION = "ElectrumX 0.9.7"