From 7019b29baf25db4782e9689db8d1bc88a4ccc02a Mon Sep 17 00:00:00 2001 From: Neil Booth Date: Sat, 5 Nov 2016 13:33:34 +0900 Subject: [PATCH] Release notes --- RELEASE-NOTES | 5 +++++ server/version.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index eba9cdf..f4af83c 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,3 +1,8 @@ +Version 0.07 +------------ + +- fixed a bug introduced in 0.06 at the last minute + Version 0.06 ------------ diff --git a/server/version.py b/server/version.py index 8acc7f9..74c926d 100644 --- a/server/version.py +++ b/server/version.py @@ -1 +1 @@ -VERSION = "ElectrumX 0.06" +VERSION = "ElectrumX 0.07"