Skip to content

Commit

Permalink
Bump version: 7.0.0 → 8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
smarlowucf committed Jun 19, 2020
1 parent 18f17df commit e344a0e
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 = 7.0.0
current_version = 8.0.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='7.0.0',
version='8.0.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__ = '7.0.0'
__VERSION__ = '8.0.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: 7.0.0
Version: 8.0.0
Release: 0
Url: https://github.com/SUSE-Enceladus/mash
Summary: Public Cloud Release Tool
Expand Down

0 comments on commit e344a0e

Please sign in to comment.