Bump version: 0.2.0 → 0.3.0

master v0.3.0
Bogdan Opanchuk 2021-09-15 12:49:08 -07:00
parent 6ed2442278
commit b2abccafa6
5 changed files with 7 additions and 9 deletions

View File

@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.0
current_version = 0.3.0
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<stage>[^.]*)\.(?P<devnum>\d+))?

View File

@ -25,9 +25,9 @@ pyUmbral
:alt: PyPI Package latest release
:target: https://pypi.org/project/umbral
.. |commits-since| image:: https://img.shields.io/github/commits-since/nucypher/pyumbral/v0.2.0.svg
.. |commits-since| image:: https://img.shields.io/github/commits-since/nucypher/pyumbral/v0.3.0.svg
:alt: Commits since latest release
:target: https://github.com/nucypher/pyUmbral/compare/v0.2.0...master
:target: https://github.com/nucypher/pyUmbral/compare/v0.3.0...master
.. end-badges

View File

@ -23,10 +23,8 @@ project = 'pyUmbral'
copyright = u'2019, Michael Egorov, Justin Myles Holmes, David Nuñez, John Pacific, Kieran Prasch, Bogdan Opanchuk'
author = u'Michael Egorov, Justin Myles Holmes, David Nuñez, John Pacific, Kieran Prasch, Bogdan Opanchuk'
# The short X.Y version
version = '0.1'
# The full version, including alpha/beta/rc tags
release = '0.2.0'
release = '0.3.0'
# -- General configuration ---------------------------------------------------

View File

@ -24,9 +24,9 @@ pyUmbral
:alt: PyPI Package latest release
:target: https://pypi.org/project/umbral
.. |commits-since| image:: https://img.shields.io/github/commits-since/nucypher/pyumbral/v0.2.0.svg
.. |commits-since| image:: https://img.shields.io/github/commits-since/nucypher/pyumbral/v0.3.0.svg
:alt: Commits since latest release
:target: https://github.com/nucypher/pyUmbral/compare/v0.2.0...master
:target: https://github.com/nucypher/pyUmbral/compare/v0.3.0...master
.. end-badges

View File

@ -11,7 +11,7 @@ __url__ = "https://github.com/nucypher/pyUmbral"
__summary__ = 'NuCypher\'s Umbral Proxy Re-Encryption Implementation'
__version__ = "0.2.0"
__version__ = "0.3.0"
__author__ = "NuCypher"