Bump version: 4.5.3 → 4.5.4

pull/2543/head v4.5.4
Kieran Prasch 2021-01-22 16:57:05 -08:00
parent f0c068eef3
commit 5e718de345
No known key found for this signature in database
GPG Key ID: 199AB839D4125A62
7 changed files with 14 additions and 6 deletions

View File

@ -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+))?

View File

@ -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 ---------------------------------------------------

View File

@ -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)
-------------------

View File

@ -1 +0,0 @@
Fix wrong usage of net_version to identify the EthereumClient client chain.

View File

@ -1 +0,0 @@
Use eth_chainId instead of net_version to maintain compatibility with geth.

View File

@ -1 +0,0 @@
Fixed infinite loop during learning when timing out but known nodes exceeds target.

View File

@ -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"