Prepare 1.8.6
This commit is contained in:
parent
ded1f6d130
commit
78c404efdf
@ -8,6 +8,14 @@
|
|||||||
should not occur with Python 3.7.
|
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)
|
Version 1.8.5 (18 Aug 2018)
|
||||||
===========================
|
===========================
|
||||||
|
|
||||||
|
|||||||
@ -15,7 +15,7 @@
|
|||||||
import os
|
import os
|
||||||
import sys
|
import sys
|
||||||
sys.path.insert(0, os.path.abspath('..'))
|
sys.path.insert(0, os.path.abspath('..'))
|
||||||
VERSION="ElectrumX 1.8.5"
|
VERSION="ElectrumX 1.8.6"
|
||||||
|
|
||||||
# -- Project information -----------------------------------------------------
|
# -- Project information -----------------------------------------------------
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
version = 'ElectrumX 1.8.5'
|
version = 'ElectrumX 1.8.6'
|
||||||
version_short = version.split()[-1]
|
version_short = version.split()[-1]
|
||||||
|
|
||||||
from electrumx.server.controller import Controller
|
from electrumx.server.controller import Controller
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user