mirror of https://github.com/nucypher/nucypher.git
parent
17adf62bb1
commit
a5090f69a9
|
@ -1,5 +1,5 @@
|
||||||
[bumpversion]
|
[bumpversion]
|
||||||
current_version = 4.7.0
|
current_version = 4.7.1
|
||||||
commit = True
|
commit = True
|
||||||
tag = True
|
tag = True
|
||||||
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<stage>[^.]*)\.(?P<devnum>\d+))?
|
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
|
# The short X.Y version
|
||||||
version = ''
|
version = ''
|
||||||
# The full version, including alpha/beta/rc tags
|
# The full version, including alpha/beta/rc tags
|
||||||
release = '4.7.0'
|
release = '4.7.1'
|
||||||
|
|
||||||
|
|
||||||
# -- General configuration ---------------------------------------------------
|
# -- General configuration ---------------------------------------------------
|
||||||
|
|
|
@ -4,6 +4,15 @@ Releases
|
||||||
|
|
||||||
.. towncrier release notes start
|
.. towncrier release notes start
|
||||||
|
|
||||||
|
v4.7.1 (2021-03-02)
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
Bugfixes
|
||||||
|
~~~~~~~~
|
||||||
|
|
||||||
|
- Fixed missing domain parameter causing Ursulas to fail on startup when prometheus is enabled. (`#2589 <https://github.com/nucypher/nucypher/issues/2589>`__)
|
||||||
|
|
||||||
|
|
||||||
v4.7.0 (2021-03-02)
|
v4.7.0 (2021-03-02)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
Fixed missing domain parameter causing Ursulas to fail on startup when prometheus is enabled.
|
|
|
@ -31,7 +31,7 @@ __url__ = "https://github.com/nucypher/nucypher"
|
||||||
|
|
||||||
__summary__ = 'A proxy re-encryption network to empower privacy in decentralized systems.'
|
__summary__ = 'A proxy re-encryption network to empower privacy in decentralized systems.'
|
||||||
|
|
||||||
__version__ = "4.7.0"
|
__version__ = "4.7.1"
|
||||||
|
|
||||||
__author__ = "NuCypher"
|
__author__ = "NuCypher"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue