Prepare 1.9.3

This commit is contained in:
Neil Booth
2019-02-05 22:38:07 +08:00
parent c9507770a3
commit d01e2fbaa8
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -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)
===========================
+1 -1
View File
@@ -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 -----------------------------------------------------