From 48163866b3390321a72f91adb5e959274798adaa Mon Sep 17 00:00:00 2001 From: Sean Marlow Date: Mon, 3 Jun 2024 15:47:16 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=2013.12.0=20=E2=86=92=2013.12.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mash/services/api/extensions.py | 2 +- mash/version.py | 2 +- package/mash.spec | 2 +- setup.cfg | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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