Prepare 1.8.10

This commit is contained in:
Neil Booth 2018-11-05 16:29:38 -04:00
parent 6209300e35
commit c65ad772e9
4 changed files with 11 additions and 3 deletions

View File

@ -16,6 +16,13 @@
Bitcoin XT with CToR disabled.
Version 1.8.10 (05 Nov 2018)
============================
* require aiorpcX 0.10.0
* fix `#632`_
* coin additions / updates: ZelCash (TheTrunk)
Version 1.8.9 (02 Nov 2018)
===========================
@ -222,3 +229,4 @@ bitcoincash:qzxpdlt8ehu9ehftw6rqsy2jgfq4nsltxvhrdmdfpn
.. _#603: https://github.com/kyuupichan/electrumx/issues/603
.. _#608: https://github.com/kyuupichan/electrumx/issues/608
.. _#630: https://github.com/kyuupichan/electrumx/issues/630
.. _#632: https://github.com/kyuupichan/electrumx/issues/630

View File

@ -15,7 +15,7 @@
import os
import sys
sys.path.insert(0, os.path.abspath('..'))
VERSION="ElectrumX 1.8.9"
VERSION="ElectrumX 1.8.10"
# -- Project information -----------------------------------------------------

View File

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

View File

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