Skip to content

Commit 25798eb

Browse files
committed
[chore] bump version
1 parent 3416162 commit 25798eb

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

kubernetes_asyncio/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ No description provided (generated by Openapi Generator https://github.com/opena
44
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
55

66
- API version: v1.32.3
7-
- Package version: 32.3.0
7+
- Package version: 32.3.1
88
- Build package: org.openapitools.codegen.languages.PythonLegacyClientCodegen
99

1010
## Requirements.

kubernetes_asyncio/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
__project__ = 'kubernetes_asyncio'
1616
# The version is auto-updated. Please do not edit.
17-
__version__ = "32.3.0"
17+
__version__ = "32.3.1"
1818

1919
import kubernetes_asyncio.client
2020
import kubernetes_asyncio.config

kubernetes_asyncio/client/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
from __future__ import absolute_import
1616

17-
__version__ = "32.3.0"
17+
__version__ = "32.3.1"
1818

1919
# import apis into sdk package
2020
from kubernetes_asyncio.client.api.well_known_api import WellKnownApi

kubernetes_asyncio/client/api_client.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None,
7878
self.default_headers[header_name] = header_value
7979
self.cookie = cookie
8080
# Set default User-Agent.
81-
self.user_agent = 'OpenAPI-Generator/32.3.0/python'
81+
self.user_agent = 'OpenAPI-Generator/32.3.1/python'
8282
self.client_side_validation = configuration.client_side_validation
8383

8484
async def __aenter__(self):

kubernetes_asyncio/client/configuration.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ def to_debug_report(self):
428428
"OS: {env}\n"\
429429
"Python Version: {pyversion}\n"\
430430
"Version of the API: v1.32.3\n"\
431-
"SDK Package Version: 32.3.0".\
431+
"SDK Package Version: 32.3.1".\
432432
format(env=sys.platform, pyversion=sys.version)
433433

434434
def get_host_settings(self):

kubernetes_asyncio/client/configuration.py.orig

+1-1
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ conf = client.Configuration(
418418
"OS: {env}\n"\
419419
"Python Version: {pyversion}\n"\
420420
"Version of the API: v1.32.3\n"\
421-
"SDK Package Version: 32.3.0+snapshot".\
421+
"SDK Package Version: 32.3.1+snapshot".\
422422
format(env=sys.platform, pyversion=sys.version)
423423

424424
def get_host_settings(self):

scripts/constants.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
KUBERNETES_BRANCH = "v1.32.3"
1919

2020
# client version for packaging and releasing.
21-
CLIENT_VERSION = "32.3.0"
21+
CLIENT_VERSION = "32.3.1"
2222

2323
# Name of the release package
2424
PACKAGE_NAME = "kubernetes_asyncio"

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
# Do not edit these constants. They will be updated automatically
1818
# by scripts/update-client.sh.
19-
CLIENT_VERSION = "32.3.0"
19+
CLIENT_VERSION = "32.3.1"
2020
PACKAGE_NAME = "kubernetes_asyncio"
2121
DEVELOPMENT_STATUS = "5 - Production/Stable"
2222

0 commit comments

Comments
 (0)