From d36925d45916d8cdb8fe1a3f2994e507959ef6c5 Mon Sep 17 00:00:00 2001 From: Neil Booth Date: Mon, 12 Dec 2016 00:44:04 +0900 Subject: [PATCH] Prepare 0.9.0a --- RELEASE-NOTES | 5 +++++ server/version.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 65d2b0b..3dafb71 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,3 +1,8 @@ +version 0.9.0a +-------------- + +- fix typo in 0.9.0 + version 0.9.0 ------------- diff --git a/server/version.py b/server/version.py index 7f90829..8128d70 100644 --- a/server/version.py +++ b/server/version.py @@ -1 +1 @@ -VERSION = "ElectrumX 0.9.0" +VERSION = "ElectrumX 0.9.0a"