Skip to content

Commit

Permalink
Bump version: 13.12.0 → 13.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
smarlowucf committed Jun 3, 2024
1 parent 3e6e328 commit 4816386
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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='13.12.0',
version='13.12.1',
contact='[email protected]',
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__ = '13.12.0'
__VERSION__ = '13.12.1'
2 changes: 1 addition & 1 deletion package/mash.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 13.12.0
current_version = 13.12.1
commit = True
tag = True

Expand Down

0 comments on commit 4816386

Please sign in to comment.