Bump version: 5.1.0 → 5.2.0

pull/2675/head v5.2.0
Kieran Prasch 2021-04-26 10:19:19 -07:00
parent 008087b80e
commit 8668a49dab
No known key found for this signature in database
GPG Key ID: 199AB839D4125A62
7 changed files with 24 additions and 6 deletions

View File

@ -1,5 +1,5 @@
[bumpversion]
current_version = 5.1.0
current_version = 5.2.0
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 = '5.1.0'
release = '5.2.0'
# -- General configuration ---------------------------------------------------

View File

@ -4,6 +4,27 @@ Releases
.. towncrier release notes start
v5.2.0 (2021-04-26)
-------------------
Features
~~~~~~~~
- CLI option --duration-periods renamed to --payment-periods. (`#2650 <https://github.com/nucypher/nucypher/issues/2650>`__)
Bugfixes
~~~~~~~~
- Fixed inability to update ursula configuration file due to the keyring not being instantiated - updated logic no longer needs keyring to be instantiated. (`#2660 <https://github.com/nucypher/nucypher/issues/2660>`__)
Misc
~~~~
- Extends policy probationary period until May 31st, 2021. No policies may be created on the network beyond this date. (`#2656 <https://github.com/nucypher/nucypher/issues/2656>`__)
v5.1.0 (2021-04-15)
-------------------

View File

@ -1 +0,0 @@
CLI option --duration-periods renamed to --payment-periods.

View File

@ -1 +0,0 @@
Extends policy probationary period until May 31st, 2021. No policies may be created on the network beyond this date.

View File

@ -1 +0,0 @@
Fixed inability to update ursula configuration file due to the keyring not being instantiated - updated logic no longer needs keyring to be instantiated.

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__ = "5.1.0"
__version__ = "5.2.0"
__author__ = "NuCypher"