Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into gc-examples
Browse files Browse the repository at this point in the history
  • Loading branch information
padamstx committed Feb 18, 2021
2 parents ed1caac + 18be5b0 commit aad5294
Show file tree
Hide file tree
Showing 9 changed files with 468 additions and 67 deletions.
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.17.8
current_version = 0.17.9
commit = True
message = Update version {current_version} -> {new_version}

Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [0.17.9](https://github.com/IBM/platform-services-python-sdk/compare/v0.17.8...v0.17.9) (2021-02-18)


### Bug Fixes

* **build:** transition default branch master -> main ([17dc954](https://github.com/IBM/platform-services-python-sdk/commit/17dc9547b58ff5c8de5a029640ad1b20e323dd72))
* **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))

## [0.17.8](https://github.com/IBM/platform-services-python-sdk/compare/v0.17.7...v0.17.8) (2021-01-26)


Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[![codecov](https://codecov.io/gh/IBM/platform-services-python-sdk/branch/main/graph/badge.svg)](https://codecov.io/gh/IBM/platform-services-python-sdk)
[![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 Platform Services Python SDK Version 0.17.8
# IBM Cloud Platform Services Python SDK Version 0.17.9

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

```bash
pip install --upgrade "ibm-platform-services>=0.17.8"
pip install --upgrade "ibm-platform-services>=0.17.9"
```

or

```bash
easy_install --upgrade "ibm-platform-services>=0.17.8"
easy_install --upgrade "ibm-platform-services>=0.17.9"
```

## Using the SDK
Expand Down
Loading

0 comments on commit aad5294

Please sign in to comment.