From ad6d2441b323ceb0a514ca1ffeeea8c81b27beab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20Sch=C3=A4fer?= Date: Wed, 30 Oct 2024 14:02:01 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=202.0.41=20=E2=86=92=202.1.0?= 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 beb7bca..0c83dce 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.0.41 +current_version = 2.1.0 commit = True tag = True diff --git a/image/pubcloud/sle15/config.kiwi b/image/pubcloud/sle15/config.kiwi index 4e04123..51e1acb 100644 --- a/image/pubcloud/sle15/config.kiwi +++ b/image/pubcloud/sle15/config.kiwi @@ -11,7 +11,7 @@ - 2.0.41 + 2.1.0 zypper en_US us diff --git a/suse_migration_services/version.py b/suse_migration_services/version.py index 82d5951..2a31bcd 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.0.41' +__VERSION__ = '2.1.0'