Bump version: 4.1.0 → 4.1.1

pull/2415/head v4.1.1
jMyles 2020-10-29 12:11:31 -06:00
parent 45e0c16f6d
commit 546f482aa5
No known key found for this signature in database
GPG Key ID: 2B69D16D392DD2BF
5 changed files with 12 additions and 4 deletions

View File

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

View File

@ -4,6 +4,15 @@ Releases
.. towncrier release notes start
v4.1.1 (2020-10-29)
-------------------
Features
~~~~~~~~
- GitHub Action to ensure that each pull request into main makes an associated release note entry. (`#2396 <https://github.com/nucypher/nucypher/issues/2396>`__)
v4.1.0 (2020-10-19)
-------------------

View File

@ -1 +0,0 @@
GitHub Action to ensure that each pull request into main makes an associated release note entry.

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.1.0"
__version__ = "4.1.1"
__author__ = "NuCypher"