Prepare 1.7.3
This commit is contained in:
parent
6c3cce5705
commit
aa1f43b6be
@ -7,6 +7,11 @@
|
||||
and memory consumption whilst serving clients. Those problems
|
||||
should not occur with Python 3.7.
|
||||
|
||||
Version 1.7.2 (01 Aug 2018)
|
||||
============================
|
||||
|
||||
* fix `#538`_
|
||||
|
||||
Version 1.7.2 (29 Jul 2018)
|
||||
============================
|
||||
|
||||
@ -178,3 +183,4 @@ bitcoincash:qzxpdlt8ehu9ehftw6rqsy2jgfq4nsltxvhrdmdfpn
|
||||
.. _#519: https://github.com/kyuupichan/electrumx/issues/519
|
||||
.. _#523: https://github.com/kyuupichan/electrumx/issues/523
|
||||
.. _#534: https://github.com/kyuupichan/electrumx/issues/534
|
||||
.. _#538: https://github.com/kyuupichan/electrumx/issues/538
|
||||
|
||||
@ -15,7 +15,7 @@
|
||||
import os
|
||||
import sys
|
||||
sys.path.insert(0, os.path.abspath('..'))
|
||||
VERSION="ElectrumX 1.7.2"
|
||||
VERSION="ElectrumX 1.7.3"
|
||||
|
||||
# -- Project information -----------------------------------------------------
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
version = 'ElectrumX 1.7.2'
|
||||
version = 'ElectrumX 1.7.3'
|
||||
version_short = version.split()[-1]
|
||||
|
||||
from electrumx.server.controller import Controller
|
||||
|
||||
Loading…
Reference in New Issue
Block a user