From fe029839ef802b42b6b79927912a2dcf48924490 Mon Sep 17 00:00:00 2001 From: Neil Booth Date: Thu, 8 Nov 2018 07:29:11 -0400 Subject: [PATCH] Prepare 1.8.11 --- changelog.rst | 4 ++++ conf.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/changelog.rst b/changelog.rst index 0213861..b280d49 100644 --- a/changelog.rst +++ b/changelog.rst @@ -15,6 +15,10 @@ non-CToR daemon, such as Bitcoin SV, and Bitcoin Unlimited / Bitcoin XT with CToR disabled. +Version 1.8.11 (07 Nov 2018) +============================ + +* require aiorpcX 0.10.1 Version 1.8.10 (05 Nov 2018) ============================ diff --git a/conf.py b/conf.py index 00dd028..6540f6c 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.8.10" +VERSION="ElectrumX 1.8.11" # -- Project information -----------------------------------------------------