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'