Bump version: 4.5.0 → 4.5.1

pull/2525/head v4.5.1
David Núñez 2021-01-15 20:10:37 +01:00
parent 7685b5f5a7
commit 6c51627137
No known key found for this signature in database
GPG Key ID: C4F105AFD0650917
4 changed files with 9 additions and 3 deletions

View File

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

View File

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

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.0"
__version__ = "4.5.1"
__author__ = "NuCypher"