Prepare 1.8.12

This commit is contained in:
Neil Booth
2018-11-10 15:36:42 -04:00
parent fe029839ef
commit e9ecf37e51
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -15,6 +15,11 @@
non-CToR daemon, such as Bitcoin SV, and Bitcoin Unlimited / non-CToR daemon, such as Bitcoin SV, and Bitcoin Unlimited /
Bitcoin XT with CToR disabled. Bitcoin XT with CToR disabled.
Version 1.8.12 (10 Nov 2018)
============================
* bug fix
Version 1.8.11 (07 Nov 2018) Version 1.8.11 (07 Nov 2018)
============================ ============================
+1 -1
View File
@@ -15,7 +15,7 @@
import os import os
import sys import sys
sys.path.insert(0, os.path.abspath('..')) sys.path.insert(0, os.path.abspath('..'))
VERSION="ElectrumX 1.8.11" VERSION="ElectrumX 1.8.12"
# -- Project information ----------------------------------------------------- # -- Project information -----------------------------------------------------