Skip to content

Commit

Permalink
Bump version: 7.17.0 → 7.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
smarlowucf committed Dec 7, 2022
1 parent a55025b commit f547c44
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 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.17.0'
release = '7.18.0'


# -- 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__ = 'public-cloud-dev@susecloud.net'
__version__ = '7.17.0'
__version__ = '7.18.0'
6 changes: 3 additions & 3 deletions package/python3-img-proof.spec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

%bcond_without test
Name: python3-img-proof
Version: 7.17.0
Version: 7.18.0
Release: 0
Summary: Command line and API for testing custom images
License: GPL-3.0-or-later
Expand Down Expand Up @@ -68,7 +68,7 @@ Requires: python3-pytest
Requires: python3-pytest-testinfra
Requires: python3-pytest-json-report
BuildArch: noarch
Obsoletes: python3-ipa < 7.17.0
Obsoletes: python3-ipa < 7.18.0

%description
img-proof provides a command line utility to test images in
Expand All @@ -79,7 +79,7 @@ Summary: Infrastructure tests for img-proof
Group: Development/Languages/Python
Requires: python3-susepubliccloudinfo
PreReq: python3-img-proof = %{version}
Obsoletes: python3-ipa-tests < 7.17.0
Obsoletes: python3-ipa-tests < 7.18.0

%description tests
Directory of infrastructure tests for testing images.
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.17.0
current_version = 7.18.0
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.17.0',
version='7.18.0',
description="Package for automated testing of cloud images.",
long_description=readme,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit f547c44

Please sign in to comment.