From f34cd7d0154fbc20631c4315be42aaa0bca5bbbf Mon Sep 17 00:00:00 2001 From: Neil Booth Date: Fri, 11 Jan 2019 20:28:59 +0800 Subject: [PATCH] Prepare 1.9.1 --- changelog.rst | 6 ++++++ conf.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/changelog.rst b/changelog.rst index dfa3c54..c502e0c 100644 --- a/changelog.rst +++ b/changelog.rst @@ -8,6 +8,11 @@ should not occur with Python 3.7. +Version 1.9.1 (11 Jan 2019) +=========================== + +* fix `#684`_ + Version 1.9.0 (10 Jan 2019) =========================== @@ -195,3 +200,4 @@ Version 1.6 (19 July 2018) .. _#632: https://github.com/kyuupichan/electrumx/issues/630 .. _#653: https://github.com/kyuupichan/electrumx/issues/653 .. _#655: https://github.com/kyuupichan/electrumx/issues/655 +.. _#684: https://github.com/kyuupichan/electrumx/issues/684 diff --git a/conf.py b/conf.py index 1196122..89bcac7 100644 --- a/conf.py +++ b/conf.py @@ -15,7 +15,7 @@ import os import sys sys.path.insert(0, os.path.abspath('..')) -VERSION="ElectrumX 1.9.0" +VERSION="ElectrumX 1.9.1" # -- Project information -----------------------------------------------------