Skip to content

Commit

Permalink
Updated with build 0496c414-ac9b-45c5-b238-5605dd73d200 from OmniCore…
Browse files Browse the repository at this point in the history
…-SDK-Generator commit 05af6486e3fda9a7f34f791283f71aab597010a4
  • Loading branch information
jaisonjayan committed Nov 20, 2023
1 parent c0c3d9f commit a5023a0
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.2"
__version__ = "1.8.3"

# 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.2/python'
self.user_agent = 'OpenAPI-Generator/1.8.3/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.3\n"\
"SDK Package Version: 1.8.2".\
"SDK Package Version: 1.8.3".\
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 @@ -3,7 +3,7 @@ This is an OmniCore Model and State Management server.


- API version: 1.8.3
- Package version: 1.8.2
- Package version: 1.8.3
- 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.2"
VERSION = "1.8.3"
PYTHON_REQUIRES = ">=3.7"
REQUIRES = [
"urllib3 >= 1.25.3",
Expand Down

0 comments on commit a5023a0

Please sign in to comment.