mirror of https://github.com/nucypher/nucypher.git
parent
03512626d5
commit
e92c331c59
|
@ -1,5 +1,5 @@
|
|||
[bumpversion]
|
||||
current_version = 3.0.0-beta.2
|
||||
current_version = 3.0.0-beta.3
|
||||
commit = True
|
||||
tag = True
|
||||
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<stage>[^.]*)\.(?P<devnum>\d+))?
|
||||
|
|
|
@ -46,7 +46,7 @@ author = 'NuCypher'
|
|||
# The short X.Y version
|
||||
version = ''
|
||||
# The full version, including alpha/beta/rc tags
|
||||
release = '3.0.0-beta.2'
|
||||
release = '3.0.0-beta.3'
|
||||
|
||||
|
||||
# -- General configuration ---------------------------------------------------
|
||||
|
|
|
@ -4,6 +4,12 @@ Releases
|
|||
|
||||
.. towncrier release notes start
|
||||
|
||||
v3.0.0-beta.3 (2020-09-30)
|
||||
--------------------------
|
||||
|
||||
No significant changes.
|
||||
|
||||
|
||||
v3.0.0-beta.2 (2020-09-25)
|
||||
--------------------------
|
||||
|
||||
|
|
|
@ -31,7 +31,7 @@ __url__ = "https://github.com/nucypher/nucypher"
|
|||
|
||||
__summary__ = 'A proxy re-encryption network to empower privacy in decentralized systems.'
|
||||
|
||||
__version__ = "3.0.0-beta.2"
|
||||
__version__ = "3.0.0-beta.3"
|
||||
|
||||
__author__ = "NuCypher"
|
||||
|
||||
|
|
Loading…
Reference in New Issue