Skip to content

Commit

Permalink
nightly API update (#216)
Browse files Browse the repository at this point in the history
Co-authored-by: p-fruck <[email protected]>
  • Loading branch information
github-actions[bot] and p-fruck authored Oct 11, 2023
1 parent 3bd6f6d commit 230276c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pfruck_contabo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"""


__version__ = "1.10.0"
__version__ = "1.11.0"

# import ApiClient
from pfruck_contabo.api_client import ApiClient
Expand Down
2 changes: 1 addition & 1 deletion pfruck_contabo/api_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None,
self.default_headers[header_name] = header_value
self.cookie = cookie
# Set default User-Agent.
self.user_agent = 'OpenAPI-Generator/1.10.0/python'
self.user_agent = 'OpenAPI-Generator/1.11.0/python'

def __enter__(self):
return self
Expand Down
2 changes: 1 addition & 1 deletion pfruck_contabo/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ def to_debug_report(self):
"OS: {env}\n"\
"Python Version: {pyversion}\n"\
"Version of the API: 1.0.0\n"\
"SDK Package Version: 1.10.0".\
"SDK Package Version: 1.11.0".\
format(env=sys.platform, pyversion=sys.version)

def get_host_settings(self):
Expand Down

0 comments on commit 230276c

Please sign in to comment.