Prepare 0.10.10

This commit is contained in:
Neil Booth 2017-01-23 07:28:13 +09:00
parent 5343c1a286
commit d0d4c0d75f
2 changed files with 9 additions and 1 deletions

View File

@ -137,6 +137,14 @@ version prior to the release of 1.0.
ChangeLog
=========
Version 0.10.10
---------------
* move peer management from irc.py to peers.py. This is preparataion
for peer discovery without IRC.
* misc cleanups
* fix Litecoin genesis hash (petrkr)
Version 0.10.9
--------------

View File

@ -1 +1 @@
VERSION = "ElectrumX 0.10.9"
VERSION = "ElectrumX 0.10.10"