Prepare 1.5.1
This commit is contained in:
parent
27f1c2480d
commit
e1e4129e17
@ -7,6 +7,16 @@
|
|||||||
and memory consumption whilst serving clients. Those problems
|
and memory consumption whilst serving clients. Those problems
|
||||||
should not occur with Python 3.7.
|
should not occur with Python 3.7.
|
||||||
|
|
||||||
|
Version 1.5.1
|
||||||
|
=============
|
||||||
|
|
||||||
|
Fixes a couple of issues found in 1.5 after release:
|
||||||
|
|
||||||
|
* update peer discovery code for :ref:`version 1.3` of the protocol
|
||||||
|
* setup.py would not run in a clean environment (e.g. virtualenv)
|
||||||
|
* logging via aiorpcX didn't work with the logging hierarchy updates
|
||||||
|
* log Python interpreter version on startup
|
||||||
|
|
||||||
Version 1.5
|
Version 1.5
|
||||||
===========
|
===========
|
||||||
|
|
||||||
|
|||||||
@ -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="1.5"
|
VERSION="1.5.1"
|
||||||
|
|
||||||
# -- Project information -----------------------------------------------------
|
# -- Project information -----------------------------------------------------
|
||||||
|
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
VERSION = 'ElectrumX 1.5'
|
VERSION = 'ElectrumX 1.5.1'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user