Skip to content

Commit

Permalink
Prepare 1.8.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Neil Booth committed Nov 5, 2018
1 parent 6209300 commit c65ad77
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions docs/changelog.rst
Expand Up @@ -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)
===========================

Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -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 -----------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion electrumx/__init__.py
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
@@ -1,5 +1,5 @@
import setuptools
version = '1.8.9'
version = '1.8.10'

setuptools.setup(
name='electrumX',
Expand Down

0 comments on commit c65ad77

Please sign in to comment.