Skip to content

Commit

Permalink
update: api version to 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Vafilor committed Nov 9, 2020
1 parent aaf0a6c commit b8fd4ae
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Onepanel API
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: 0.15.0
- Package version: 0.15.0b2
- Package version: 0.15.0
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
For more information, please visit [https://github.com/onepanelio/core](https://github.com/onepanelio/core)

Expand Down
2 changes: 1 addition & 1 deletion onepanel/core/api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

from __future__ import absolute_import

__version__ = "0.15.0b2"
__version__ = "0.15.0"

# import apis into sdk package
from onepanel.core.api.api.auth_service_api import AuthServiceApi
Expand Down
2 changes: 1 addition & 1 deletion onepanel/core/api/api_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,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/0.15.0b2/python'
self.user_agent = 'OpenAPI-Generator/0.15.0/python'
self.client_side_validation = configuration.client_side_validation

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

def get_host_settings(self):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from setuptools import setup, find_packages # noqa: H301

NAME = "onepanel-sdk"
VERSION = "0.15.0b2"
VERSION = "0.15.0"
# To install the library, run the following
#
# python setup.py install
Expand Down

0 comments on commit b8fd4ae

Please sign in to comment.