From 23d993677135c52659c8e58796e590af657befc8 Mon Sep 17 00:00:00 2001 From: Sean Marlow Date: Tue, 10 Mar 2020 16:15:22 -0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=205.1.0=20=E2=86=92=205.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 b7fea8f51..45ae9e190 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 5.1.0 +current_version = 5.2.0 commit = True tag = False diff --git a/mash/services/api/extensions.py b/mash/services/api/extensions.py index f84d5e06f..3e96899ec 100644 --- a/mash/services/api/extensions.py +++ b/mash/services/api/extensions.py @@ -31,7 +31,7 @@ } api = Api( - version='5.1.0', + version='5.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 7c484c3b3..15b4279b6 100644 --- a/mash/version.py +++ b/mash/version.py @@ -18,4 +18,4 @@ """ Global version information used in mash and the package """ -__VERSION__ = '5.1.0' +__VERSION__ = '5.2.0' diff --git a/package/mash.spec b/package/mash.spec index e3f8829b7..14cf92643 100644 --- a/package/mash.spec +++ b/package/mash.spec @@ -17,7 +17,7 @@ Name: mash -Version: 5.1.0 +Version: 5.2.0 Release: 0 Url: https://github.com/SUSE-Enceladus/mash Summary: Public Cloud Release Tool