From e138b11f2ecefbe4a313f89d64d3ee229412f3dd Mon Sep 17 00:00:00 2001 From: Sean Marlow Date: Wed, 21 Jul 2021 14:02:10 -0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=2011.1.0=20=E2=86=92=2011.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- mash/services/api/extensions.py | 2 +- mash/version.py | 2 +- package/mash.spec | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 109f67e5..c1d37a6d 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 11.1.0 +current_version = 11.2.0 commit = True tag = False diff --git a/mash/services/api/extensions.py b/mash/services/api/extensions.py index 4925bdf0..006a3db5 100644 --- a/mash/services/api/extensions.py +++ b/mash/services/api/extensions.py @@ -31,7 +31,7 @@ } api = Api( - version='11.1.0', + version='11.2.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 594a86fc..a38317ea 100644 --- a/mash/version.py +++ b/mash/version.py @@ -18,4 +18,4 @@ """ Global version information used in mash and the package """ -__VERSION__ = '11.1.0' +__VERSION__ = '11.2.0' diff --git a/package/mash.spec b/package/mash.spec index e24b5428..2f0f9825 100644 --- a/package/mash.spec +++ b/package/mash.spec @@ -17,7 +17,7 @@ Name: mash -Version: 11.1.0 +Version: 11.2.0 Release: 0 Url: https://github.com/SUSE-Enceladus/mash Summary: Public Cloud Release Tool