Skip to content

Commit

Permalink
Version 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ekohl committed Oct 21, 2014
1 parent 169099b commit bacbbfa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.5.1
current_version = 0.6.0
commit = True
tag = True
tag_name = {new_version}
Expand Down
2 changes: 1 addition & 1 deletion openprovider/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def __init__(self, username, password=None, url="https://api.openprovider.eu",
# Set up the API client
self.session = requests.Session()
self.session.verify = True
self.session.headers['User-Agent'] = 'openprovider.py/0.5.1'
self.session.headers['User-Agent'] = 'openprovider.py/0.6.0'

# Initialize and add all modules.
for old_name, module in MODULE_MAPPING.items():
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name='openprovider.py',
version='0.5.1',
version='0.6.0',
author='Antagonist B.V.',
author_email='info@antagonist.nl',
packages=['openprovider', 'openprovider.modules', 'openprovider.tests', 'openprovider.data'],
Expand Down

0 comments on commit bacbbfa

Please sign in to comment.