From d01e2fbaa80269f3ff717850b9fb16e6e31003e0 Mon Sep 17 00:00:00 2001 From: Neil Booth Date: Tue, 5 Feb 2019 22:38:07 +0800 Subject: [PATCH] Prepare 1.9.3 --- changelog.rst | 6 ++++++ conf.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/changelog.rst b/changelog.rst index 88d076b..7b317e5 100644 --- a/changelog.rst +++ b/changelog.rst @@ -8,6 +8,12 @@ should not occur with Python 3.7. +Version 1.9.3 (05 Feb 2019) +=========================== + +* ignore potential sybil peers +* coin additions / updates: BitcoinCashABC (cculianu), Monacoin (wakiyamap) + Version 1.9.2 (03 Feb 2019) =========================== diff --git a/conf.py b/conf.py index 0091ff3..d5e6445 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.2" +VERSION="ElectrumX 1.9.3" # -- Project information -----------------------------------------------------