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 -----------------------------------------------------