Merge branch 'release-0.7.9' into develop

This commit is contained in:
Neil Booth 2016-11-25 21:23:52 +09:00
commit d4c871814f
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
version 0.7.9
-------------
- rewrite jsonrpc.py to also operate as a client. Use this class
for a robust electrumx_rpc.py. Fixes issue #43
version 0.7.8
-------------

View File

@ -1 +1 @@
VERSION = "ElectrumX 0.7.8"
VERSION = "ElectrumX 0.7.9"