Skip to content

Commit

Permalink
Updated with build aa34c3c8-1d95-4c6b-a9b5-5ab153aa1062 from OmniCore…
Browse files Browse the repository at this point in the history
…-SDK-Generator commit 86f61e7c125a59ced6233fec83e06e32753c8b82
  • Loading branch information
jaisonjayan committed Nov 20, 2023
1 parent 4f67295 commit 7042e2b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion OmniCore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

from __future__ import absolute_import

__version__ = "1.8.1"
__version__ = "1.8.2"

# import apis into sdk package
from OmniCore.api.device_api import DeviceApi
Expand Down
2 changes: 1 addition & 1 deletion OmniCore/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/1.8.1/python'
self.user_agent = 'OpenAPI-Generator/1.8.2/python'
self.client_side_validation = configuration.client_side_validation

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

def get_host_settings(self):
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This is an OmniCore Model and State Management server.
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: 1.8.2
- Package version: 1.8.1
- Package version: 1.8.2
- Build package: org.openapitools.codegen.languages.PythonNextgenClientCodegen
For more information, please visit [http://www.korewireless.com](http://www.korewireless.com)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# prerequisite: setuptools
# http://pypi.python.org/pypi/setuptools
NAME = "OmniCore"
VERSION = "1.8.1"
VERSION = "1.8.2"
PYTHON_REQUIRES = ">=3.7"
REQUIRES = [
"urllib3 >= 1.25.3",
Expand Down

0 comments on commit 7042e2b

Please sign in to comment.