File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 1.7.1
2
+ current_version = 1.7.2
3
3
commit = True
4
4
5
5
[bumpversion:file:ibm_cloud_sdk_core/version.py]
@@ -13,3 +13,4 @@ replace = __version__ = '{new_version}'
13
13
[bumpversion:file:README.md]
14
14
search = {current_version}
15
15
replace = {new_version}
16
+
Original file line number Diff line number Diff line change 3
3
[ ![ Latest Stable Version] ( https://img.shields.io/pypi/v/ibm-cloud-sdk-core.svg )] ( https://pypi.python.org/pypi/ibm-cloud-sdk-core )
4
4
[ ![ CLA assistant] ( https://cla-assistant.io/readme/badge/ibm/python-sdk-core )] ( https://cla-assistant.io/ibm/python-sdk-core )
5
5
6
- # IBM Python SDK Core Version 1.7.1
6
+ # IBM Python SDK Core Version 1.7.2
7
7
This project contains core functionality required by Python code generated by the IBM Cloud OpenAPI SDK Generator
8
8
(openapi-sdkgen).
9
9
Original file line number Diff line number Diff line change 1
- __version__ = '1.7.1 '
1
+ __version__ = '1.7.2 '
Original file line number Diff line number Diff line change 18
18
from setuptools import setup , find_packages
19
19
from setuptools .command .test import test as TestCommand
20
20
21
- __version__ = '1.7.1 '
21
+ __version__ = '1.7.2 '
22
22
23
23
if sys .argv [- 1 ] == 'publish' :
24
24
# test server
You can’t perform that action at this time.
0 commit comments