Skip to content

Commit

Permalink
Bump version: 7.29.6 → 7.29.7
Browse files Browse the repository at this point in the history
  • Loading branch information
smarlowucf committed May 28, 2024
1 parent 2637c15 commit 10734b1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# The short X.Y version
version = ''
# The full version, including alpha/beta/rc tags
release = '7.29.6'
release = '7.29.7'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion img_proof/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@

__author__ = """SUSE"""
__email__ = '[email protected]'
__version__ = '7.29.6'
__version__ = '7.29.7'
2 changes: 1 addition & 1 deletion package/python-img-proof.spec
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
%endif

Name: python-img-proof
Version: 7.29.6
Version: 7.29.7
Release: 0
Summary: Command line and API for testing custom images
License: GPL-3.0-or-later
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 = 7.29.6
current_version = 7.29.7
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

setup(
name='img-proof',
version='7.29.6',
version='7.29.7',
description="Package for automated testing of cloud images.",
long_description=readme,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 10734b1

Please sign in to comment.