Prepare 0.10.5

This commit is contained in:
Neil Booth 2017-01-16 19:34:17 +09:00
parent b01933913f
commit 73945c51d1
2 changed files with 9 additions and 1 deletions

View File

@ -137,6 +137,13 @@ version prior to the release of 1.0.
ChangeLog
=========
Version 0.10.5
--------------
* fix for second part of issue `#100`_ where the ElectrumX was not
killable if bitcoind was unavailable
Version 0.10.4
--------------
@ -251,6 +258,7 @@ Version 0.9.17
.. _#93: https://github.com/kyuupichan/electrumx/issues/93
.. _#94: https://github.com/kyuupichan/electrumx/issues/94
.. _#99: https://github.com/kyuupichan/electrumx/issues/99
.. _#100: https://github.com/kyuupichan/electrumx/issues/100
.. _#101: https://github.com/kyuupichan/electrumx/issues/101
.. _#102: https://github.com/kyuupichan/electrumx/issues/102
.. _#103: https://github.com/kyuupichan/electrumx/issues/103

View File

@ -1 +1 @@
VERSION = "ElectrumX 0.10.4"
VERSION = "ElectrumX 0.10.5"