Bump version: 4.5.1 → 4.5.2

pull/2488/head v4.5.2
Kieran R. Prasch 2021-01-15 12:58:12 -08:00
parent ba9848ff58
commit 8aca716ea6
No known key found for this signature in database
GPG Key ID: FDC3146ED25617D8
4 changed files with 9 additions and 3 deletions

View File

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

View File

@ -4,6 +4,12 @@ Releases
.. towncrier release notes start
v4.5.2 (2021-01-15)
-------------------
No significant changes.
v4.5.1 (2021-01-15)
-------------------

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.1"
__version__ = "4.5.2"
__author__ = "NuCypher"