Browse Source

Prepare 0.10.11

master
Neil Booth 8 years ago
parent
commit
1a48ad136c
  1. 9
      README.rst
  2. 2
      server/version.py

9
README.rst

@ -115,8 +115,6 @@ Roadmap Pre-1.0
- minor code cleanups.
- implement simple protocol to discover peers without resorting to IRC.
This may slip to post 1.0
Roadmap Post-1.0
================
@ -137,6 +135,13 @@ version prior to the release of 1.0.
ChangeLog
=========
Version 0.10.11
---------------
* rewrite of JSON RPC layer to improve usability for clients.
Includes support of JSON RPC v1, v2 and a compat layer that tries to
detect the peer's version.
Version 0.10.10
---------------

2
server/version.py

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

Loading…
Cancel
Save