Skip to content

Commit

Permalink
Bump version: 0.2.0 → 0.3.0-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
semiversus committed Jun 13, 2018
1 parent 2b13b60 commit 95d0d17
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion broqer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

__author__ = 'Günther Jena'
__email__ = 'guenther@jena.at'
__version__ = '0.2.0'
__version__ = '0.3.0-dev'

__all__ = [
'Disposable', 'SubscriptionDisposable', 'Subscriber', 'Publisher',
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
project = 'broqer'
copyright = u'2018, Günther Jena'
author = u'Günther Jena'
version = '0.2.0'
version = '0.3.0-dev'

extensions = [
'sphinx.ext.autodoc',
Expand Down
14 changes: 7 additions & 7 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
[bumpversion]
current_version = 0.2.0
current_version = 0.3.0-dev
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+).(?P<patch>\d+)(-(?P<release>[a-z]+))?
serialize =
{major}.{minor}.{patch}-{release}
{major}.{minor}.{patch}
serialize =
{major}.{minor}.{patch}-{release}
{major}.{minor}.{patch}

[bumpversion:part:release]
optional_value = gamma
values =
dev
gamma
values =
dev
gamma

[bumpversion:file:setup.py]
search = version='{current_version}'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/semiversus/python-broqer',
version='0.2.0',
version='0.3.0-dev',
zip_safe=False,
)

0 comments on commit 95d0d17

Please sign in to comment.