Bump version: 5.3.2 → 5.3.3

pull/2820/head
Kieran R. Prasch 2021-11-24 10:51:31 -08:00 committed by Bogdan Opanchuk
parent 8a82231a99
commit 7cefdf9f91
4 changed files with 12 additions and 3 deletions

View File

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

View File

@ -4,6 +4,15 @@ Releases
.. towncrier release notes start
v5.3.3 (2021-11-24)
-------------------
Bugfixes
~~~~~~~~
- Fixed a memory leak in Ursula; removed some teacher statistics accumulated over time. (`#2826 <https://github.com/nucypher/nucypher/issues/2826>`__)
v5.3.2 (2021-10-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__ = "5.3.2"
__version__ = "5.3.3"
__author__ = "NuCypher"