Skip to content

Commit 1435d57

Browse files
authored
Cherry-pick #1651: Update SDK version to 1.5.0 (#1652)
1 parent 8c6eab2 commit 1435d57

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

hack/python-sdk/swagger_config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"packageName" : "kubeflow.training",
33
"projectName" : "training",
4-
"packageVersion": "1.4.0",
4+
"packageVersion": "1.5.0",
55
"importMappings": {
66
"V1Container": "from kubernetes.client import V1Container",
77
"V1ObjectMeta": "from kubernetes.client import V1ObjectMeta",

sdk/python/kubeflow/training/__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__ = "1.4.0"
17+
__version__ = "1.5.0"
1818

1919
# import apis into sdk package
2020

sdk/python/kubeflow/training/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/1.4.0/python'
81+
self.user_agent = 'OpenAPI-Generator/1.5.0/python'
8282
self.client_side_validation = configuration.client_side_validation
8383

8484
def __enter__(self):

sdk/python/kubeflow/training/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ def to_debug_report(self):
325325
"OS: {env}\n"\
326326
"Python Version: {pyversion}\n"\
327327
"Version of the API: v1.5.0\n"\
328-
"SDK Package Version: 1.4.0".\
328+
"SDK Package Version: 1.5.0".\
329329
format(env=sys.platform, pyversion=sys.version)
330330

331331
def get_host_settings(self):

0 commit comments

Comments
 (0)