Bump version: 4.0.1 → 4.1.0

pull/2396/head v4.1.0
Kieran Prasch 2020-10-19 17:18:03 -07:00
parent 3d0e54f328
commit 4fc1d469fb
No known key found for this signature in database
GPG Key ID: 199AB839D4125A62
4 changed files with 9 additions and 3 deletions

View File

@ -1,5 +1,5 @@
[bumpversion]
current_version = 4.0.1
current_version = 4.1.0
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<stage>[^.]*)\.(?P<devnum>\d+))?

View File

@ -46,7 +46,7 @@ author = 'NuCypher'
# The short X.Y version
version = ''
# The full version, including alpha/beta/rc tags
release = '4.0.1'
release = '4.1.0'
# -- General configuration ---------------------------------------------------

View File

@ -4,6 +4,12 @@ Releases
.. towncrier release notes start
v4.1.0 (2020-10-19)
-------------------
No significant changes.
v4.0.1 (2020-10-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.0.1"
__version__ = "4.1.0"
__author__ = "NuCypher"