Skip to content

Commit 1270713

Browse files
Bump version: 1.7.1 → 1.7.2
1 parent 1e0d63a commit 1270713

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

.bumpversion.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.7.1
2+
current_version = 1.7.2
33
commit = True
44

55
[bumpversion:file:ibm_cloud_sdk_core/version.py]
@@ -13,3 +13,4 @@ replace = __version__ = '{new_version}'
1313
[bumpversion:file:README.md]
1414
search = {current_version}
1515
replace = {new_version}
16+

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Latest Stable Version](https://img.shields.io/pypi/v/ibm-cloud-sdk-core.svg)](https://pypi.python.org/pypi/ibm-cloud-sdk-core)
44
[![CLA assistant](https://cla-assistant.io/readme/badge/ibm/python-sdk-core)](https://cla-assistant.io/ibm/python-sdk-core)
55

6-
# IBM Python SDK Core Version 1.7.1
6+
# IBM Python SDK Core Version 1.7.2
77
This project contains core functionality required by Python code generated by the IBM Cloud OpenAPI SDK Generator
88
(openapi-sdkgen).
99

ibm_cloud_sdk_core/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.7.1'
1+
__version__ = '1.7.2'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
from setuptools import setup, find_packages
1919
from setuptools.command.test import test as TestCommand
2020

21-
__version__ = '1.7.1'
21+
__version__ = '1.7.2'
2222

2323
if sys.argv[-1] == 'publish':
2424
# test server

0 commit comments

Comments
 (0)