Skip to content

Commit aad5294

Browse files
committed
Merge remote-tracking branch 'origin/main' into gc-examples
2 parents ed1caac + 18be5b0 commit aad5294

File tree

9 files changed

+468
-67
lines changed

9 files changed

+468
-67
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.17.8
2+
current_version = 0.17.9
33
commit = True
44
message = Update version {current_version} -> {new_version}
55

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [0.17.9](https://github.com/IBM/platform-services-python-sdk/compare/v0.17.8...v0.17.9) (2021-02-18)
2+
3+
4+
### Bug Fixes
5+
6+
* **build:** transition default branch master -> main ([17dc954](https://github.com/IBM/platform-services-python-sdk/commit/17dc9547b58ff5c8de5a029640ad1b20e323dd72))
7+
* **Case Management:** re-gen service and add examples ([#80](https://github.com/IBM/platform-services-python-sdk/issues/80)) ([fb784fc](https://github.com/IBM/platform-services-python-sdk/commit/fb784fc75e389e354d8cb36898b186bc4aa8646a))
8+
19
## [0.17.8](https://github.com/IBM/platform-services-python-sdk/compare/v0.17.7...v0.17.8) (2021-01-26)
210

311

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[![codecov](https://codecov.io/gh/IBM/platform-services-python-sdk/branch/main/graph/badge.svg)](https://codecov.io/gh/IBM/platform-services-python-sdk)
88
[![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)
99

10-
# IBM Cloud Platform Services Python SDK Version 0.17.8
10+
# IBM Cloud Platform Services Python SDK Version 0.17.9
1111

1212
Python client library to interact with various
1313
[IBM Cloud Platform Service APIs](https://cloud.ibm.com/docs?tab=api-docs&category=platform_services).
@@ -80,13 +80,13 @@ Service Name | Imported Class Name
8080
To install, use `pip` or `easy_install`:
8181

8282
```bash
83-
pip install --upgrade "ibm-platform-services>=0.17.8"
83+
pip install --upgrade "ibm-platform-services>=0.17.9"
8484
```
8585

8686
or
8787

8888
```bash
89-
easy_install --upgrade "ibm-platform-services>=0.17.8"
89+
easy_install --upgrade "ibm-platform-services>=0.17.9"
9090
```
9191

9292
## Using the SDK

0 commit comments

Comments
 (0)