Prepare 1.12.0

This commit is contained in:
Neil Booth
2019-05-13 21:36:31 +01:00
parent b76ec99850
commit b01a54c306
2 changed files with 11 additions and 1 deletions
+10
View File
@@ -8,6 +8,16 @@
should not occur with Python 3.7.
Version 1.12.0 (13 May 2019)
============================
* require aiorpcX 0.18.1. This introduces websocket support. The environment variables
changed accordingly; see :envvar:`SERVICES` and :envvar:`REPORT_SERVICES`.
* work around bug in recent versions of uvloop
* aiorpcX upgrade fixes from Shane M
* coin additions / updates: BitcoinSV, Bolivarcoin (Jose Luis Estevez), BTC Testnet (ghost43),
Odin (Pixxl)
Version 1.11.0 (18 Apr 2019)
============================
+1 -1
View File
@@ -15,7 +15,7 @@
import os
import sys
sys.path.insert(0, os.path.abspath('..'))
VERSION="ElectrumX 1.11.0"
VERSION="ElectrumX 1.12.0"
# -- Project information -----------------------------------------------------