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'