Skip to content

Commit aab2c7b

Browse files
feat(api): Updated python-sdk to adopt Code Engine API specification changes
1 parent eaa4157 commit aab2c7b

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!--
33
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
44
-->
5-
# Python SDK for IBM Cloud Code Engine 4.21.1
5+
# Python SDK for IBM Cloud Code Engine 4.21.2
66

77
Python client library to interact with the [IBM Cloud Code Engine API](https://cloud.ibm.com/apidocs/codeengine).
88

@@ -39,8 +39,8 @@ IBM Cloud services:
3939

4040
Service Name | Imported Class Name
4141
--- | ---
42-
[IBM Cloud Code Engine V2](https://cloud.ibm.com/apidocs/codeengine/codeengine-v4.21.1) | CodeEngineV2
43-
[IBM Cloud Code Engine V1](https://cloud.ibm.com/apidocs/codeengine/codeengine-v4.21.1) | IbmCloudCodeEngineV1
42+
[IBM Cloud Code Engine V2](https://cloud.ibm.com/apidocs/codeengine/codeengine-v4.21.2) | CodeEngineV2
43+
[IBM Cloud Code Engine V1](https://cloud.ibm.com/apidocs/codeengine/codeengine-v4.21.2) | IbmCloudCodeEngineV1
4444

4545
## Prerequisites
4646

@@ -55,13 +55,13 @@ Service Name | Imported Class Name
5555
To install, use `pip` or `easy_install`:
5656

5757
```bash
58-
pip install --upgrade "ibm_code_engine_sdk>=4.21.1"
58+
pip install --upgrade "ibm_code_engine_sdk>=4.21.2"
5959
```
6060

6161
or
6262

6363
```bash
64-
easy_install --upgrade "ibm_code_engine_sdk>=4.21.1"
64+
easy_install --upgrade "ibm_code_engine_sdk>=4.21.2"
6565
```
6666

6767
## Using the SDK

ibm_code_engine_sdk/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
"""
1818
Version of ibm_code_engine_sdk
1919
"""
20-
__version__ = '4.21.1'
20+
__version__ = '4.21.2'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ skip-string-normalization = true
88

99
[project]
1010
name = 'ibm-code-engine-sdk'
11-
version = '4.21.1'
11+
version = '4.21.2'
1212
authors = [
1313
{ name = 'IBM', email = 'coligo@de.ibm.com'},
1414
]

0 commit comments

Comments
 (0)