diff --git a/mash/services/api/extensions.py b/mash/services/api/extensions.py index 12e1c4e9..5fa17c3e 100644 --- a/mash/services/api/extensions.py +++ b/mash/services/api/extensions.py @@ -31,7 +31,7 @@ } api = Api( - version='13.12.0', + version='13.12.1', contact='public-cloud-dev@susecloud.net', title='MASH API', description='MASH provides a set of endpoints for Image Release ' diff --git a/mash/version.py b/mash/version.py index 5638b0a8..fe738a19 100644 --- a/mash/version.py +++ b/mash/version.py @@ -18,4 +18,4 @@ """ Global version information used in mash and the package """ -__VERSION__ = '13.12.0' +__VERSION__ = '13.12.1' diff --git a/package/mash.spec b/package/mash.spec index 0e323478..2e0c6862 100644 --- a/package/mash.spec +++ b/package/mash.spec @@ -19,7 +19,7 @@ %{?sle15_python_module_pythons} Name: mash -Version: 13.12.0 +Version: 13.12.1 Release: 0 Url: https://github.com/SUSE-Enceladus/mash Summary: Public Cloud Release Tool diff --git a/setup.cfg b/setup.cfg index ef637453..e02c2746 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 13.12.0 +current_version = 13.12.1 commit = True tag = True