Skip to content

Commit c10a036

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

3 files changed

Lines changed: 7 additions & 8 deletions

File tree

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
[![Build Status](https://travis-ci.com/IBM/code-engine-python-sdk.svg?branch=main)](https://travis-ci.com/IBM/code-engine-python-sdk)
21
<!--
32
[![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)
43
-->
5-
# Python SDK for IBM Cloud Code Engine 4.21.2
4+
# Python SDK for IBM Cloud Code Engine 4.22.0
65

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

@@ -39,8 +38,8 @@ IBM Cloud services:
3938

4039
Service Name | Imported Class Name
4140
--- | ---
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
41+
[IBM Cloud Code Engine V2](https://cloud.ibm.com/apidocs/codeengine/codeengine-v4.22.0) | CodeEngineV2
42+
[IBM Cloud Code Engine V1](https://cloud.ibm.com/apidocs/codeengine/codeengine-v4.22.0) | IbmCloudCodeEngineV1
4443

4544
## Prerequisites
4645

@@ -55,13 +54,13 @@ Service Name | Imported Class Name
5554
To install, use `pip` or `easy_install`:
5655

5756
```bash
58-
pip install --upgrade "ibm_code_engine_sdk>=4.21.2"
57+
pip install --upgrade "ibm_code_engine_sdk>=4.22.0"
5958
```
6059

6160
or
6261

6362
```bash
64-
easy_install --upgrade "ibm_code_engine_sdk>=4.21.2"
63+
easy_install --upgrade "ibm_code_engine_sdk>=4.22.0"
6564
```
6665

6766
## Using the SDK

ibm_code_engine_sdk/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
Version of ibm_code_engine_sdk
1919
"""
2020

21-
__version__ = '4.21.2'
21+
__version__ = '4.22.0'

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.2'
11+
version = '4.22.0'
1212
authors = [
1313
{ name = 'IBM', email = 'coligo@de.ibm.com'},
1414
]

0 commit comments

Comments
 (0)