mirror of https://github.com/nucypher/nucypher.git
parent
f0c068eef3
commit
5e718de345
|
@ -1,5 +1,5 @@
|
|||
[bumpversion]
|
||||
current_version = 4.5.3
|
||||
current_version = 4.5.4
|
||||
commit = True
|
||||
tag = True
|
||||
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<stage>[^.]*)\.(?P<devnum>\d+))?
|
||||
|
|
|
@ -47,7 +47,7 @@ author = 'NuCypher'
|
|||
# The short X.Y version
|
||||
version = ''
|
||||
# The full version, including alpha/beta/rc tags
|
||||
release = '4.5.3'
|
||||
release = '4.5.4'
|
||||
|
||||
|
||||
# -- General configuration ---------------------------------------------------
|
||||
|
|
|
@ -4,6 +4,17 @@ Releases
|
|||
|
||||
.. towncrier release notes start
|
||||
|
||||
v4.5.4 (2021-01-22)
|
||||
-------------------
|
||||
|
||||
Bugfixes
|
||||
~~~~~~~~
|
||||
|
||||
- Fix wrong usage of net_version to identify the EthereumClient client chain. (`#2484 <https://github.com/nucypher/nucypher/issues/2484>`__)
|
||||
- Use eth_chainId instead of net_version to maintain compatibility with geth. (`#2533 <https://github.com/nucypher/nucypher/issues/2533>`__)
|
||||
- Fixed infinite loop during learning when timing out but known nodes exceeds target. (`#2534 <https://github.com/nucypher/nucypher/issues/2534>`__)
|
||||
|
||||
|
||||
v4.5.3 (2021-01-18)
|
||||
-------------------
|
||||
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
Fix wrong usage of net_version to identify the EthereumClient client chain.
|
|
@ -1 +0,0 @@
|
|||
Use eth_chainId instead of net_version to maintain compatibility with geth.
|
|
@ -1 +0,0 @@
|
|||
Fixed infinite loop during learning when timing out but known nodes exceeds target.
|
|
@ -31,7 +31,7 @@ __url__ = "https://github.com/nucypher/nucypher"
|
|||
|
||||
__summary__ = 'A proxy re-encryption network to empower privacy in decentralized systems.'
|
||||
|
||||
__version__ = "4.5.3"
|
||||
__version__ = "4.5.4"
|
||||
|
||||
__author__ = "NuCypher"
|
||||
|
||||
|
|
Loading…
Reference in New Issue