Skip to content

Commit 0d971eb

Browse files
committed
Update constants to reflect Client release 12.0.1
Signed-off-by: Nabarun Pal <[email protected]>
1 parent 2438ec0 commit 0d971eb

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

kubernetes/README.md

Lines changed: 1 addition & 1 deletion
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: release-1.16
7-
- Package version: 12.0.0
7+
- Package version: 12.0.1
88
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
99

1010
## Requirements.

kubernetes/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
__project__ = 'kubernetes'
1616
# The version is auto-updated. Please do not edit.
17-
__version__ = "12.0.0"
17+
__version__ = "12.0.1"
1818

1919
import kubernetes.client
2020
import kubernetes.config

kubernetes/client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
from __future__ import absolute_import
1616

17-
__version__ = "12.0.0"
17+
__version__ = "12.0.1"
1818

1919
# import apis into sdk package
2020
from kubernetes.client.api.admissionregistration_api import AdmissionregistrationApi

kubernetes/client/api_client.py

Lines changed: 1 addition & 1 deletion
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/12.0.0/python'
81+
self.user_agent = 'OpenAPI-Generator/12.0.1/python'
8282
self.client_side_validation = configuration.client_side_validation
8383

8484
def __enter__(self):

kubernetes/client/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ def to_debug_report(self):
347347
"OS: {env}\n"\
348348
"Python Version: {pyversion}\n"\
349349
"Version of the API: release-1.16\n"\
350-
"SDK Package Version: 12.0.0".\
350+
"SDK Package Version: 12.0.1".\
351351
format(env=sys.platform, pyversion=sys.version)
352352

353353
def get_host_settings(self):

scripts/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
KUBERNETES_BRANCH = "release-1.16"
1919

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

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

setup.py

Lines changed: 1 addition & 1 deletion
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 = "12.0.0"
19+
CLIENT_VERSION = "12.0.1"
2020
PACKAGE_NAME = "kubernetes"
2121
DEVELOPMENT_STATUS = "5 - Production/Stable"
2222

0 commit comments

Comments
 (0)