Skip to content

Commit c65ad77

Browse files
author
Neil Booth
committed
Prepare 1.8.10
1 parent 6209300 commit c65ad77

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

docs/changelog.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,13 @@
1616
Bitcoin XT with CToR disabled.
1717

1818

19+
Version 1.8.10 (05 Nov 2018)
20+
============================
21+
22+
* require aiorpcX 0.10.0
23+
* fix `#632`_
24+
* coin additions / updates: ZelCash (TheTrunk)
25+
1926
Version 1.8.9 (02 Nov 2018)
2027
===========================
2128

@@ -222,3 +229,4 @@ bitcoincash:qzxpdlt8ehu9ehftw6rqsy2jgfq4nsltxvhrdmdfpn
222229
.. _#603: https://github.com/kyuupichan/electrumx/issues/603
223230
.. _#608: https://github.com/kyuupichan/electrumx/issues/608
224231
.. _#630: https://github.com/kyuupichan/electrumx/issues/630
232+
.. _#632: https://github.com/kyuupichan/electrumx/issues/630

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
import os
1616
import sys
1717
sys.path.insert(0, os.path.abspath('..'))
18-
VERSION="ElectrumX 1.8.9"
18+
VERSION="ElectrumX 1.8.10"
1919

2020
# -- Project information -----------------------------------------------------
2121

electrumx/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = 'ElectrumX 1.8.9'
1+
version = 'ElectrumX 1.8.10'
22
version_short = version.split()[-1]
33

44
from electrumx.server.controller import Controller

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import setuptools
2-
version = '1.8.9'
2+
version = '1.8.10'
33

44
setuptools.setup(
55
name='electrumX',

0 commit comments

Comments
 (0)