Skip to content

Commit 4c3ec64

Browse files
Bump version to 3.13.0 (#6600)
Co-authored-by: dreambeyondorange <13821971+dreambeyondorange@users.noreply.github.com>
1 parent f8a10a3 commit 4c3ec64

File tree

90 files changed

+126
-94
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

90 files changed

+126
-94
lines changed

api/client/src/README.md

Lines changed: 1 addition & 1 deletion

api/client/src/pcluster_client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
ParallelCluster API # noqa: E501
77
8-
The version of the OpenAPI document: 3.12.0
8+
The version of the OpenAPI document: 3.13.0
99
Generated by: https://openapi-generator.tech
1010
"""
1111

api/client/src/pcluster_client/api/cluster_compute_fleet_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
ParallelCluster API # noqa: E501
55
6-
The version of the OpenAPI document: 3.12.0
6+
The version of the OpenAPI document: 3.13.0
77
Generated by: https://openapi-generator.tech
88
"""
99

api/client/src/pcluster_client/api/cluster_instances_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
ParallelCluster API # noqa: E501
55
6-
The version of the OpenAPI document: 3.12.0
6+
The version of the OpenAPI document: 3.13.0
77
Generated by: https://openapi-generator.tech
88
"""
99

api/client/src/pcluster_client/api/cluster_logs_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
ParallelCluster API # noqa: E501
55
6-
The version of the OpenAPI document: 3.12.0
6+
The version of the OpenAPI document: 3.13.0
77
Generated by: https://openapi-generator.tech
88
"""
99

api/client/src/pcluster_client/api/cluster_operations_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
ParallelCluster API # noqa: E501
55
6-
The version of the OpenAPI document: 3.12.0
6+
The version of the OpenAPI document: 3.13.0
77
Generated by: https://openapi-generator.tech
88
"""
99

api/client/src/pcluster_client/api/image_logs_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
ParallelCluster API # noqa: E501
55
6-
The version of the OpenAPI document: 3.12.0
6+
The version of the OpenAPI document: 3.13.0
77
Generated by: https://openapi-generator.tech
88
"""
99

api/client/src/pcluster_client/api/image_operations_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
ParallelCluster API # noqa: E501
55
6-
The version of the OpenAPI document: 3.12.0
6+
The version of the OpenAPI document: 3.13.0
77
Generated by: https://openapi-generator.tech
88
"""
99

api/client/src/pcluster_client/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
ParallelCluster API # noqa: E501
55
6-
The version of the OpenAPI document: 3.12.0
6+
The version of the OpenAPI document: 3.13.0
77
Generated by: https://openapi-generator.tech
88
"""
99

api/client/src/pcluster_client/configuration.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
ParallelCluster API # noqa: E501
55
6-
The version of the OpenAPI document: 3.12.0
6+
The version of the OpenAPI document: 3.13.0
77
Generated by: https://openapi-generator.tech
88
"""
99

@@ -408,7 +408,7 @@ def to_debug_report(self):
408408
return "Python SDK Debug Report:\n"\
409409
"OS: {env}\n"\
410410
"Python Version: {pyversion}\n"\
411-
"Version of the API: 3.12.0\n"\
411+
"Version of the API: 3.13.0\n"\
412412
"SDK Package Version: 1.0.0".\
413413
format(env=sys.platform, pyversion=sys.version)
414414

0 commit comments

Comments
 (0)