Prepare 1.8.6

This commit is contained in:
Neil Booth
2018-09-12 17:21:59 +01:00
parent e47ab26b9a
commit f05780efb4
2 changed files with 9 additions and 1 deletions
+8
View File
@@ -8,6 +8,14 @@
should not occur with Python 3.7.
Version 1.8.6 (12 Sep 2018)
===========================
* require aiorpcX 0.8.0
* suppress socket.send() errors
* new coin TokenPay (samfiragabriel)
* minor fix: wakiyamap
Version 1.8.5 (18 Aug 2018)
===========================
+1 -1
View File
@@ -15,7 +15,7 @@
import os
import sys
sys.path.insert(0, os.path.abspath('..'))
VERSION="ElectrumX 1.8.5"
VERSION="ElectrumX 1.8.6"
# -- Project information -----------------------------------------------------