From d856cbab90be403897c9451341ba23f332172f5e Mon Sep 17 00:00:00 2001 From: Neil Booth Date: Sat, 19 Nov 2016 17:10:58 +0900 Subject: [PATCH] Prepare 0.6.3 --- docs/RELEASE-NOTES | 2 ++ server/version.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/RELEASE-NOTES b/docs/RELEASE-NOTES index a7f5c2a..4b505c3 100644 --- a/docs/RELEASE-NOTES +++ b/docs/RELEASE-NOTES @@ -3,6 +3,8 @@ version 0.6.3 - new environment variables MAX_SUBS and MAX_SESSION_SUBS. Please read docs/ENV-NOTES - I encourage you to raise the default values. +- fixed import bug in 0.6.2 that prevented initial sync +- issues closed: #30. Logs should be clean on shutdown now. version 0.6.2 ------------- diff --git a/server/version.py b/server/version.py index 9cd7c85..5a9fd44 100644 --- a/server/version.py +++ b/server/version.py @@ -1 +1 @@ -VERSION = "ElectrumX 0.6.2" +VERSION = "ElectrumX 0.6.3"