From bf3b726a4a774459b64b9d7cd1ac1d8ca9643a72 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 5 Nov 2019 17:01:53 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.1.1=20=E2=86=92=201.1.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 3 ++- ibm_cloud_sdk_core/version.py | 2 +- setup.py | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index fc306eb..e50b465 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.1.1 +current_version = 1.1.2 commit = True [bumpversion:file:ibm_cloud_sdk_core/version.py] @@ -9,3 +9,4 @@ replace = __version__ = '{new_version}' [bumpversion:file:setup.py] search = __version__ = '{current_version}' replace = __version__ = '{new_version}' + diff --git a/ibm_cloud_sdk_core/version.py b/ibm_cloud_sdk_core/version.py index b3ddbc4..7b344ec 100644 --- a/ibm_cloud_sdk_core/version.py +++ b/ibm_cloud_sdk_core/version.py @@ -1 +1 @@ -__version__ = '1.1.1' +__version__ = '1.1.2' diff --git a/setup.py b/setup.py index 23c8ac9..da5ee06 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ from setuptools import setup, find_packages from setuptools.command.test import test as TestCommand -__version__ = '1.1.1' +__version__ = '1.1.2' if sys.argv[-1] == 'publish': # test server