Skip to content

Commit

Permalink
Prepare 1.8.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Neil Booth committed Nov 10, 2018
1 parent 7f2f9d4 commit cf92ece
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@
non-CToR daemon, such as Bitcoin SV, and Bitcoin Unlimited /
Bitcoin XT with CToR disabled.

Version 1.8.12 (10 Nov 2018)
============================

* bug fix

Version 1.8.11 (07 Nov 2018)
============================

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import os
import sys
sys.path.insert(0, os.path.abspath('..'))
VERSION="ElectrumX 1.8.11"
VERSION="ElectrumX 1.8.12"

# -- Project information -----------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion electrumx/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = 'ElectrumX 1.8.11'
version = 'ElectrumX 1.8.12'
version_short = version.split()[-1]

from electrumx.server.controller import Controller
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import setuptools
version = '1.8.11'
version = '1.8.12'

setuptools.setup(
name='electrumX',
Expand Down

0 comments on commit cf92ece

Please sign in to comment.