diff --git a/docs/source/conf.py b/docs/source/conf.py index a93edb9..fa2659b 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -26,7 +26,7 @@ # The short X.Y version version = '' # The full version, including alpha/beta/rc tags -release = '7.20.0' +release = '7.21.0' # -- General configuration --------------------------------------------------- diff --git a/img_proof/__init__.py b/img_proof/__init__.py index 0268c4e..a961783 100644 --- a/img_proof/__init__.py +++ b/img_proof/__init__.py @@ -22,4 +22,4 @@ __author__ = """SUSE""" __email__ = 'public-cloud-dev@susecloud.net' -__version__ = '7.20.0' +__version__ = '7.21.0' diff --git a/package/python3-img-proof.spec b/package/python3-img-proof.spec index b581f34..9b521e6 100644 --- a/package/python3-img-proof.spec +++ b/package/python3-img-proof.spec @@ -18,7 +18,7 @@ %bcond_without test Name: python3-img-proof -Version: 7.20.0 +Version: 7.21.0 Release: 0 Summary: Command line and API for testing custom images License: GPL-3.0-or-later @@ -68,7 +68,7 @@ Requires: python3-pytest Requires: python3-pytest-testinfra Requires: python3-pytest-json-report BuildArch: noarch -Obsoletes: python3-ipa < 7.20.0 +Obsoletes: python3-ipa < 7.21.0 %description img-proof provides a command line utility to test images in @@ -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.20.0 +Obsoletes: python3-ipa-tests < 7.21.0 %description tests Directory of infrastructure tests for testing images. diff --git a/setup.cfg b/setup.cfg index a174c9c..3916ab9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 7.20.0 +current_version = 7.21.0 commit = True tag = True diff --git a/setup.py b/setup.py index 7acd700..474c04e 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ setup( name='img-proof', - version='7.20.0', + version='7.21.0', description="Package for automated testing of cloud images.", long_description=readme, long_description_content_type="text/markdown",