Skip to content

Commit

Permalink
Update version 1.6.0 -> 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Jul 29, 2024
1 parent 9b7307d commit 7f24669
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.bumpversion]
current_version = "1.6.0"
current_version = "1.7.0"
commit = true
message = "Update version {current_version} -> {new_version}"

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Latest Stable Version](https://img.shields.io/pypi/v/ibm-continuous-delivery.svg)](https://pypi.python.org/pypi/ibm-continuous-delivery)
[![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 Continuous Delivery Python SDK v1.6.0
# IBM Cloud Continuous Delivery Python SDK v1.7.0

The Python client library to interact with the [IBM Cloud Continuous Delivery Toolchain and Tekton Pipeline APIs](https://cloud.ibm.com/docs?tab=api-docs&category=devops).

Expand All @@ -24,7 +24,7 @@ The current minimum Python version supported is 3.8.

<!-- toc -->

- [IBM Cloud Continuous Delivery Python SDK v1.6.0](#ibm-cloud-continuous-delivery-python-sdk-v160)
- [IBM Cloud Continuous Delivery Python SDK v1.7.0](#ibm-cloud-continuous-delivery-python-sdk-v160)
- [Python Version](#python-version)
- [Table of Contents](#table-of-contents)
- [Overview](#overview)
Expand Down
2 changes: 1 addition & 1 deletion ibm_continuous_delivery/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
"""
Version of ibm_continuous_delivery
"""
__version__ = '1.6.0'
__version__ = '1.7.0'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import sys
import pkg_resources

__version__ = '1.6.0'
__version__ = '1.7.0'
PACKAGE_NAME = 'ibm_continuous_delivery'
PACKAGE_DESC = 'IBM Cloud Continuous Delivery Python SDK'

Expand Down

0 comments on commit 7f24669

Please sign in to comment.