diff --git a/kubernetes_asyncio/README.md b/kubernetes_asyncio/README.md index 5cbf731d..1d4ebf53 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.32.0 -- Package version: 32.0.0+snapshot +- Package version: 32.0.0 - Build package: org.openapitools.codegen.languages.PythonLegacyClientCodegen ## Requirements. diff --git a/kubernetes_asyncio/__init__.py b/kubernetes_asyncio/__init__.py index 89455c83..afa4372c 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__ = "32.0.0+snapshot" +__version__ = "32.0.0" import kubernetes_asyncio.client import kubernetes_asyncio.config diff --git a/kubernetes_asyncio/client/__init__.py b/kubernetes_asyncio/client/__init__.py index 2a6f1460..88a1e2ae 100644 --- a/kubernetes_asyncio/client/__init__.py +++ b/kubernetes_asyncio/client/__init__.py @@ -14,7 +14,7 @@ from __future__ import absolute_import -__version__ = "32.0.0+snapshot" +__version__ = "32.0.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 dfa99b7e..8dd06856 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/32.0.0+snapshot/python' + self.user_agent = 'OpenAPI-Generator/32.0.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 d0dd9f9e..1490a9f4 100644 --- a/kubernetes_asyncio/client/configuration.py +++ b/kubernetes_asyncio/client/configuration.py @@ -420,7 +420,7 @@ def to_debug_report(self): "OS: {env}\n"\ "Python Version: {pyversion}\n"\ "Version of the API: v1.32.0\n"\ - "SDK Package Version: 32.0.0+snapshot".\ + "SDK Package Version: 32.0.0".\ format(env=sys.platform, pyversion=sys.version) def get_host_settings(self): diff --git a/scripts/constants.py b/scripts/constants.py index bf000de4..b5b60650 100644 --- a/scripts/constants.py +++ b/scripts/constants.py @@ -18,7 +18,7 @@ KUBERNETES_BRANCH = "v1.32.0" # client version for packaging and releasing. -CLIENT_VERSION = "32.0.0+snapshot" +CLIENT_VERSION = "32.0.0" # Name of the release package PACKAGE_NAME = "kubernetes_asyncio" diff --git a/setup.py b/setup.py index 41845c03..6297922e 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 = "32.0.0+snapshot" +CLIENT_VERSION = "32.0.0" PACKAGE_NAME = "kubernetes_asyncio" -DEVELOPMENT_STATUS = "4 - Beta" +DEVELOPMENT_STATUS = "5 - Production/Stable" # To install the library, run the following #