From 646dc3789a5ff078764332e1b87636b4f37aec80 Mon Sep 17 00:00:00 2001 From: Fergal Mc Carthy Date: Tue, 13 Aug 2024 13:26:17 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=202.0.39=20=E2=86=92=202.0.40?= 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 a648e1b..5aae01c 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.0.39 +current_version = 2.0.40 commit = True tag = True diff --git a/image/pubcloud/sle15/config.kiwi b/image/pubcloud/sle15/config.kiwi index 02e9b16..b9e5f52 100644 --- a/image/pubcloud/sle15/config.kiwi +++ b/image/pubcloud/sle15/config.kiwi @@ -11,7 +11,7 @@ - 2.0.39 + 2.0.40 zypper en_US us diff --git a/suse_migration_services/version.py b/suse_migration_services/version.py index e87705b..d06464b 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.39' +__VERSION__ = '2.0.40'