Prepare 1.8.6

This commit is contained in:
Neil Booth 2018-09-12 17:21:59 +01:00 committed by Vivek Teega
parent ded1f6d130
commit 78c404efdf
4 changed files with 11 additions and 3 deletions

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

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

View File

@ -1,4 +1,4 @@
version = 'ElectrumX 1.8.5'
version = 'ElectrumX 1.8.6'
version_short = version.split()[-1]
from electrumx.server.controller import Controller

View File

@ -1,5 +1,5 @@
import setuptools
version = '1.8.5'
version = '1.8.6'
setuptools.setup(
name='electrumX',