Skip to content

Commit 0377668

Browse files
committed
Update configuration and client agent string to point to alpha instead of beta
1 parent 41384b2 commit 0377668

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

kubernetes/client/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def __init__(self, host=None, header_name=None, header_value=None,
7575
self.host = host
7676
self.cookie = cookie
7777
# Set default User-Agent.
78-
self.user_agent = 'Swagger-Codegen/1.0.0-beta.1/python'
78+
self.user_agent = 'Swagger-Codegen/1.0.0-alpha/python'
7979

8080
@property
8181
def user_agent(self):

kubernetes/client/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ def to_debug_report(self):
222222
"OS: {env}\n"\
223223
"Python Version: {pyversion}\n"\
224224
"Version of the API: v1.5.1\n"\
225-
"SDK Package Version: 1.0.0-beta.1".\
225+
"SDK Package Version: 1.0.0-alpha".\
226226
format(env=sys.platform, pyversion=sys.version)
227227

228228

0 commit comments

Comments
 (0)