mirror of https://github.com/nucypher/nucypher.git
parent
72619fd321
commit
fcfbe4196f
|
@ -1,5 +1,5 @@
|
|||
[bumpversion]
|
||||
current_version = 2.1.0-beta.11
|
||||
current_version = 2.1.0-beta.12
|
||||
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 = '2.1.0-beta.11'
|
||||
release = '2.1.0-beta.12'
|
||||
|
||||
|
||||
# -- General configuration ---------------------------------------------------
|
||||
|
|
|
@ -3,3 +3,17 @@ Releases
|
|||
========
|
||||
|
||||
.. towncrier release notes start
|
||||
|
||||
v2.1.0-beta.12 (2020-06-15)
|
||||
---------------------------
|
||||
|
||||
Improved Documentation
|
||||
~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
- Guide for issuing new releases using ``make release`` (`#2094 <https://github.com/nucypher/nucypher/issues/2094>`__)
|
||||
|
||||
|
||||
Misc
|
||||
~~~~
|
||||
|
||||
- New WorkLock on IBEX testnet (`#2093 <https://github.com/nucypher/nucypher/issues/2093>`__)
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
New WorkLock on IBEX testnet
|
|
@ -1 +0,0 @@
|
|||
Guide for issuing new releases using ``make release``
|
|
@ -31,7 +31,7 @@ __url__ = "https://github.com/nucypher/nucypher"
|
|||
|
||||
__summary__ = 'A proxy re-encryption network to empower privacy in decentralized systems.'
|
||||
|
||||
__version__ = "2.1.0-beta.11"
|
||||
__version__ = "2.1.0-beta.12"
|
||||
|
||||
__author__ = "NuCypher"
|
||||
|
||||
|
|
Loading…
Reference in New Issue