Bump version: 4.8.1 → 4.8.2

pull/2618/head v4.8.2
Kieran Prasch 2021-03-25 15:11:39 -07:00
parent 127e8e0461
commit 2d05bb5b7d
No known key found for this signature in database
GPG Key ID: 199AB839D4125A62
5 changed files with 12 additions and 4 deletions

View File

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

View File

@ -4,6 +4,15 @@ Releases
.. towncrier release notes start
v4.8.2 (2021-03-25)
-------------------
Bugfixes
~~~~~~~~
- Fixes ethereum account selection with ambiguous source in CLI. (`#2615 <https://github.com/nucypher/nucypher/issues/2615>`__)
v4.8.1 (2021-03-24)
-------------------

View File

@ -1 +0,0 @@
Fixes ethereum account selection with ambiguous source in CLI.

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.8.1"
__version__ = "4.8.2"
__author__ = "NuCypher"