From 84e32ffc1517d57cb5630a47e6ba29169eeabab0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20Sch=C3=A4fer?= Date: Tue, 12 Nov 2019 09:24:20 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.1.2=20=E2=86=92=201.1.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- suse_migration_services/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 0a68a965..3e15e0c1 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.1.2 +current_version = 1.1.3 commit = True tag = True diff --git a/suse_migration_services/version.py b/suse_migration_services/version.py index dfba6840..a30f8377 100644 --- a/suse_migration_services/version.py +++ b/suse_migration_services/version.py @@ -18,4 +18,4 @@ """ Global version information used in suse-migration-services and the package """ -__VERSION__ = '1.1.2' +__VERSION__ = '1.1.3'