Bump version: 2.1.0-beta.11 → 2.1.0-beta.12

pull/2100/head v2.1.0-beta.12
David Núñez 2020-06-15 02:28:27 +02:00
parent 72619fd321
commit fcfbe4196f
No known key found for this signature in database
GPG Key ID: C4F105AFD0650917
6 changed files with 17 additions and 5 deletions

View File

@ -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+))?

View File

@ -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 ---------------------------------------------------

View File

@ -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>`__)

View File

@ -1 +0,0 @@
New WorkLock on IBEX testnet

View File

@ -1 +0,0 @@
Guide for issuing new releases using ``make release``

View File

@ -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"