mirror of https://github.com/nucypher/nucypher.git
Bump version: 5.3.2 → 5.3.3
parent
8a82231a99
commit
7cefdf9f91
|
@ -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+))?
|
||||
|
|
|
@ -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 ---------------------------------------------------
|
||||
|
|
|
@ -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)
|
||||
-------------------
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue