Skip to content

Commit

Permalink
Version 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ekohl committed Oct 27, 2015
1 parent 926c336 commit 7b0ec49
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.10.0
current_version = 0.10.1
commit = True
tag = True
tag_name = {new_version}
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
master_doc = 'index'
project = u'openprovider.py'
copyright = u'2014, Antagonist B.V'
version = '0.10.0'
release = '0.10.0'
version = '0.10.1'
release = '0.10.1'

html_static_path = ['_static']
templates_path = ['_templates']
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.10.0'
self.session.headers['User-Agent'] = 'openprovider.py/0.10.1'

# 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 @@ -33,7 +33,7 @@ def run_tests(self):

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

0 comments on commit 7b0ec49

Please sign in to comment.