mirror of https://github.com/nucypher/nucypher.git
parent
d06bde71bc
commit
2a896e9add
|
@ -1,5 +1,5 @@
|
|||
[bumpversion]
|
||||
current_version = 4.8.0
|
||||
current_version = 4.8.1
|
||||
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 = '4.8.0'
|
||||
release = '4.8.1'
|
||||
|
||||
|
||||
# -- General configuration ---------------------------------------------------
|
||||
|
|
|
@ -4,6 +4,15 @@ Releases
|
|||
|
||||
.. towncrier release notes start
|
||||
|
||||
v4.8.1 (2021-03-24)
|
||||
-------------------
|
||||
|
||||
Bugfixes
|
||||
~~~~~~~~
|
||||
|
||||
- Add ``balance_eth``, ``balance_nu``, ``missing_commitments`` and ``last_committed_period`` to the ``/status`` REST endpoint. (`#2611 <https://github.com/nucypher/nucypher/issues/2611>`__)
|
||||
|
||||
|
||||
v4.8.0 (2021-03-23)
|
||||
-------------------
|
||||
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
Add ``balance_eth``, ``balance_nu``, ``missing_commitments`` and ``last_committed_period`` to the ``/status`` REST endpoint.
|
|
@ -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.0"
|
||||
__version__ = "4.8.1"
|
||||
|
||||
__author__ = "NuCypher"
|
||||
|
||||
|
|
Loading…
Reference in New Issue