From 39021792cabd3579dd0cda7507af4ec2b1bf0261 Mon Sep 17 00:00:00 2001 From: Neil Booth Date: Tue, 22 Nov 2016 08:11:05 +0900 Subject: [PATCH] Prepare 0.7.3 --- docs/RELEASE-NOTES | 5 +++++ server/version.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/RELEASE-NOTES b/docs/RELEASE-NOTES index 6c1616a..147e359 100644 --- a/docs/RELEASE-NOTES +++ b/docs/RELEASE-NOTES @@ -1,3 +1,8 @@ +version 0.7.3 +------------- + +- fix reorgs - broken since 0.6 I think + version 0.7.2 ------------- diff --git a/server/version.py b/server/version.py index 7a2a82f..7fab096 100644 --- a/server/version.py +++ b/server/version.py @@ -1 +1 @@ -VERSION = "ElectrumX 0.7.2" +VERSION = "ElectrumX 0.7.3"