Skip to content

Commit

Permalink
Bump version: 0.5.0 → 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hootnot committed Sep 16, 2019
1 parent 2d4e0c2 commit b87ba8a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[bumpversion]
commit = True
tag = True
current_version = 0.5.0
current_version = 0.6.0
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
serialize = {major}.{minor}.{patch}

Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ Changelog
[Unreleased]
------------

v0.6.0 (2019-09-16)
-------------------

New Features
~~~~~~~~~~~~

Expand Down
2 changes: 1 addition & 1 deletion saxo_openapi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def emit(self, record):
__title__ = "Saxo OpenAPI API Wrapper"
__author__ = """Feite Brekeveld"""
__email__ = '[email protected]'
__version__ = '0.5.0'
__version__ = '0.6.0'
__copyright__ = "Copyright 2019 Feite Brekeveld"


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/hootnot/saxo_openapi',
version='0.5.0',
version='0.6.0',
zip_safe=False,
)

0 comments on commit b87ba8a

Please sign in to comment.