From 70377695989bcbe4cae3dedda59e4410e15f4988 Mon Sep 17 00:00:00 2001 From: Neil Booth Date: Mon, 12 Dec 2016 07:25:22 +0900 Subject: [PATCH] Prepare 0.9.1 --- RELEASE-NOTES | 5 +++++ server/version.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 3dafb71..83deca7 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,3 +1,8 @@ +version 0.9.1 +------------- + +- fix another couple of issues introduced in 0.9.0 + version 0.9.0a -------------- diff --git a/server/version.py b/server/version.py index 8128d70..8ed7c09 100644 --- a/server/version.py +++ b/server/version.py @@ -1 +1 @@ -VERSION = "ElectrumX 0.9.0a" +VERSION = "ElectrumX 0.9.1"