diff --git a/mash/services/api/extensions.py b/mash/services/api/extensions.py index 834abef5..12e1c4e9 100644 --- a/mash/services/api/extensions.py +++ b/mash/services/api/extensions.py @@ -31,7 +31,7 @@ } api = Api( - version='13.11.0', + version='13.12.0', 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 fc6c1e59..5638b0a8 100644 --- a/mash/version.py +++ b/mash/version.py @@ -18,4 +18,4 @@ """ Global version information used in mash and the package """ -__VERSION__ = '13.11.0' +__VERSION__ = '13.12.0' diff --git a/package/mash.spec b/package/mash.spec index a57b8ffe..0e323478 100644 --- a/package/mash.spec +++ b/package/mash.spec @@ -19,7 +19,7 @@ %{?sle15_python_module_pythons} Name: mash -Version: 13.11.0 +Version: 13.12.0 Release: 0 Url: https://github.com/SUSE-Enceladus/mash Summary: Public Cloud Release Tool diff --git a/setup.cfg b/setup.cfg index f497a1cc..ef637453 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 13.11.0 +current_version = 13.12.0 commit = True tag = True