We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d339e00 commit bf3b726Copy full SHA for bf3b726
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.1.1
+current_version = 1.1.2
3
commit = True
4
5
[bumpversion:file:ibm_cloud_sdk_core/version.py]
@@ -9,3 +9,4 @@ replace = __version__ = '{new_version}'
9
[bumpversion:file:setup.py]
10
search = __version__ = '{current_version}'
11
replace = __version__ = '{new_version}'
12
+
ibm_cloud_sdk_core/version.py
@@ -1 +1 @@
-__version__ = '1.1.1'
+__version__ = '1.1.2'
setup.py
@@ -18,7 +18,7 @@
18
from setuptools import setup, find_packages
19
from setuptools.command.test import test as TestCommand
20
21
22
23
if sys.argv[-1] == 'publish':
24
# test server
0 commit comments