Prepare 1.8.2

This commit is contained in:
Neil Booth
2018-08-09 18:13:57 +09:00
parent 019b4dd9a5
commit 29cb30dd6d
2 changed files with 11 additions and 3 deletions
+10 -2
View File
@@ -8,8 +8,15 @@
should not occur with Python 3.7.
Version 1.8.1 (in development)
==============================
Version 1.8.2 (09 Aug 2018)
===========================
* require aiorpcX 0.7.1 which along with an ElectrumX change restores clean
shutdown and flush functionality, particularly during initial sync
* fix `#564`_
Version 1.8.1 (08 Aug 2018)
===========================
* require aiorpcX 0.7.0 which fixes a bug causing silent shutdown of ElectrumX
* fix `#557`_, `#559`_
@@ -206,3 +213,4 @@ bitcoincash:qzxpdlt8ehu9ehftw6rqsy2jgfq4nsltxvhrdmdfpn
.. _#538: https://github.com/kyuupichan/electrumx/issues/538
.. _#557: https://github.com/kyuupichan/electrumx/issues/557
.. _#559: https://github.com/kyuupichan/electrumx/issues/559
.. _#564: https://github.com/kyuupichan/electrumx/issues/564
+1 -1
View File
@@ -15,7 +15,7 @@
import os
import sys
sys.path.insert(0, os.path.abspath('..'))
VERSION="ElectrumX 1.8.1"
VERSION="ElectrumX 1.8.2"
# -- Project information -----------------------------------------------------