Prepare 1.0.17

This commit is contained in:
Neil Booth 2017-08-21 23:41:30 +09:00
parent fab3f5affe
commit d324bdc0d1
2 changed files with 6 additions and 1 deletions

View File

@ -133,6 +133,11 @@ Roadmap
ChangeLog ChangeLog
========= =========
Version 1.0.17
--------------
- fix #227 introduced in 1.0.16
Version 1.0.16 Version 1.0.16
-------------- --------------

View File

@ -1,5 +1,5 @@
# Server name and protocol versions # Server name and protocol versions
VERSION = 'ElectrumX 1.0.16' VERSION = 'ElectrumX 1.0.17'
PROTOCOL_MIN = '1.0' PROTOCOL_MIN = '1.0'
PROTOCOL_MAX = '1.0' PROTOCOL_MAX = '1.0'