Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.31.1
current_version = 0.33.0
commit = True
message = Update version {current_version} -> {new_version} [skip ci]

Expand Down
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [0.33.0](https://github.com/IBM/networking-python-sdk/compare/v0.32.0...v0.33.0) (2026-05-05)


### Features

* Update CIS SDK — CIS_Frontend_API_Spec-Lists ([#205](https://github.com/IBM/networking-python-sdk/issues/205)) ([4690267](https://github.com/IBM/networking-python-sdk/commit/469026744a45621b95b618ef0fdc9dee72f23a0b))

# [0.32.0](https://github.com/IBM/networking-python-sdk/compare/v0.31.1...v0.32.0) (2026-05-05)


### Features

* Add security level setting operations ([#204](https://github.com/IBM/networking-python-sdk/issues/204)) ([88ee858](https://github.com/IBM/networking-python-sdk/commit/88ee8582a2f4e8b3861944859b970181803825ff))

## [0.31.1](https://github.com/IBM/networking-python-sdk/compare/v0.31.0...v0.31.1) (2026-04-29)


Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![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)

# IBM Cloud Networking Services Python SDK Version 0.31.1
# IBM Cloud Networking Services Python SDK Version 0.33.0

Python client library to interact with various [IBM Cloud Networking Service APIs](https://cloud.ibm.com/apidocs?category=network).

Expand Down Expand Up @@ -99,13 +99,13 @@ IBM Cloud services:
To install, use `pip` or `easy_install`:

```bash
pip install --upgrade "ibm-cloud-networking-services==0.31.1"
pip install --upgrade "ibm-cloud-networking-services==0.33.0"
```

or

```bash
easy_install --upgrade "ibm-cloud-networking-servies==0.31.1"
easy_install --upgrade "ibm-cloud-networking-servies==0.33.0"
```

## Using the SDK
Expand Down
Loading