From 899fb8b163b2333ac95989352b19e01b45eff9b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20Sch=C3=A4fer?= Date: Thu, 31 Oct 2024 11:25:56 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=202.1.0=20=E2=86=92=202.1.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- image/pubcloud/sle15/config.kiwi | 2 +- suse_migration_services/version.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 0c83dce..e91004f 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.1.0 +current_version = 2.1.1 commit = True tag = True diff --git a/image/pubcloud/sle15/config.kiwi b/image/pubcloud/sle15/config.kiwi index 51e1acb..5f5f2c3 100644 --- a/image/pubcloud/sle15/config.kiwi +++ b/image/pubcloud/sle15/config.kiwi @@ -11,7 +11,7 @@ - 2.1.0 + 2.1.1 zypper en_US us diff --git a/suse_migration_services/version.py b/suse_migration_services/version.py index 2a31bcd..75e6877 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__ = '2.1.0' +__VERSION__ = '2.1.1'