diff --git a/kubernetes_asyncio/README.md b/kubernetes_asyncio/README.md index 6df711a7..17275a23 100644 --- a/kubernetes_asyncio/README.md +++ b/kubernetes_asyncio/README.md @@ -4,7 +4,7 @@ No description provided (generated by Openapi Generator https://github.com/opena This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: - API version: v1.33.3 -- Package version: 33.3.0+snapshot +- Package version: 33.3.0 - Build package: org.openapitools.codegen.languages.PythonLegacyClientCodegen ## Requirements. diff --git a/kubernetes_asyncio/__init__.py b/kubernetes_asyncio/__init__.py index 8b81e12a..c0be7174 100644 --- a/kubernetes_asyncio/__init__.py +++ b/kubernetes_asyncio/__init__.py @@ -14,7 +14,7 @@ __project__ = 'kubernetes_asyncio' # The version is auto-updated. Please do not edit. -__version__ = "33.3.0+snapshot" +__version__ = "33.3.0" import kubernetes_asyncio.client import kubernetes_asyncio.config diff --git a/kubernetes_asyncio/client/__init__.py b/kubernetes_asyncio/client/__init__.py index 02f9eb3c..f95fb387 100644 --- a/kubernetes_asyncio/client/__init__.py +++ b/kubernetes_asyncio/client/__init__.py @@ -14,7 +14,7 @@ from __future__ import absolute_import -__version__ = "33.3.0+snapshot" +__version__ = "33.3.0" # import apis into sdk package from kubernetes_asyncio.client.api.well_known_api import WellKnownApi diff --git a/kubernetes_asyncio/client/api_client.py b/kubernetes_asyncio/client/api_client.py index a5ea5b00..3c41bd12 100644 --- a/kubernetes_asyncio/client/api_client.py +++ b/kubernetes_asyncio/client/api_client.py @@ -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/33.3.0+snapshot/python' + self.user_agent = 'OpenAPI-Generator/33.3.0/python' self.client_side_validation = configuration.client_side_validation async def __aenter__(self): diff --git a/kubernetes_asyncio/client/configuration.py b/kubernetes_asyncio/client/configuration.py index c501652f..b2fb5f3c 100644 --- a/kubernetes_asyncio/client/configuration.py +++ b/kubernetes_asyncio/client/configuration.py @@ -431,7 +431,7 @@ def to_debug_report(self): "OS: {env}\n"\ "Python Version: {pyversion}\n"\ "Version of the API: v1.33.3\n"\ - "SDK Package Version: 33.3.0+snapshot".\ + "SDK Package Version: 33.3.0".\ format(env=sys.platform, pyversion=sys.version) def get_host_settings(self): diff --git a/kubernetes_asyncio/client/configuration.py.orig b/kubernetes_asyncio/client/configuration.py.orig index 97bf8d53..4d2f7364 100644 --- a/kubernetes_asyncio/client/configuration.py.orig +++ b/kubernetes_asyncio/client/configuration.py.orig @@ -418,7 +418,7 @@ conf = client.Configuration( "OS: {env}\n"\ "Python Version: {pyversion}\n"\ "Version of the API: v1.33.3\n"\ - "SDK Package Version: 33.3.0+snapshot".\ + "SDK Package Version: 33.3.0".\ format(env=sys.platform, pyversion=sys.version) def get_host_settings(self): diff --git a/scripts/constants.py b/scripts/constants.py index e45229c7..b765fe98 100644 --- a/scripts/constants.py +++ b/scripts/constants.py @@ -18,7 +18,7 @@ KUBERNETES_BRANCH = "v1.33.3" # client version for packaging and releasing. -CLIENT_VERSION = "33.3.0+snapshot" +CLIENT_VERSION = "33.3.0" # Name of the release package PACKAGE_NAME = "kubernetes_asyncio" diff --git a/setup.py b/setup.py index 464a416d..ec18750a 100644 --- a/setup.py +++ b/setup.py @@ -16,9 +16,9 @@ # Do not edit these constants. They will be updated automatically # by scripts/update-client.sh. -CLIENT_VERSION = "33.3.0+snapshot" +CLIENT_VERSION = "33.3.0" PACKAGE_NAME = "kubernetes_asyncio" -DEVELOPMENT_STATUS = "4 - Beta" +DEVELOPMENT_STATUS = "5 - Production/Stable" # To install the library, run the following #