Skip to content

Commit

Permalink
Bump version: 11.1.0 → 11.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
smarlowucf committed Jul 21, 2021
1 parent d017970 commit e138b11
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 11.1.0
current_version = 11.2.0
commit = True
tag = False

Expand Down
2 changes: 1 addition & 1 deletion mash/services/api/extensions.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 '
Expand Down
2 changes: 1 addition & 1 deletion mash/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
"""
Global version information used in mash and the package
"""
__VERSION__ = '11.1.0'
__VERSION__ = '11.2.0'
2 changes: 1 addition & 1 deletion package/mash.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e138b11

Please sign in to comment.