From 5de8540d7bb24811685db7279461c307eeebb9ae Mon Sep 17 00:00:00 2001 From: Sean Marlow Date: Tue, 18 Aug 2020 14:33:27 -0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=205.3.0=20=E2=86=92=206.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/source/conf.py | 2 +- img_proof/__init__.py | 2 +- package/python3-img-proof.spec | 6 +++--- setup.cfg | 2 +- setup.py | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 677e66d1..a0299e14 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 = '5.3.0' +release = '6.0.0' # -- General configuration --------------------------------------------------- diff --git a/img_proof/__init__.py b/img_proof/__init__.py index 63339b52..12a2149b 100644 --- a/img_proof/__init__.py +++ b/img_proof/__init__.py @@ -22,4 +22,4 @@ __author__ = """SUSE""" __email__ = 'public-cloud-dev@susecloud.net' -__version__ = '5.3.0' +__version__ = '6.0.0' diff --git a/package/python3-img-proof.spec b/package/python3-img-proof.spec index 363ef089..df262d3d 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: 5.3.0 +Version: 6.0.0 Release: 0 Summary: Command line and API for testing custom images License: GPL-3.0-or-later @@ -59,7 +59,7 @@ Requires: python3-paramiko Requires: python3-pytest Requires: python3-testinfra BuildArch: noarch -Obsoletes: python3-ipa < 5.3.0 +Obsoletes: python3-ipa < 6.0.0 %description img-proof provides a command line utility to test images in @@ -70,7 +70,7 @@ Summary: Infrastructure tests for img-proof Group: Development/Languages/Python Requires: python3-susepubliccloudinfo PreReq: python3-img-proof = %{version} -Obsoletes: python3-ipa-tests < 5.3.0 +Obsoletes: python3-ipa-tests < 6.0.0 %description tests Directory of infrastructure tests for testing images. diff --git a/setup.cfg b/setup.cfg index 4c19045e..584b3b3c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 5.3.0 +current_version = 6.0.0 commit = True tag = False diff --git a/setup.py b/setup.py index 475c406d..f337dc22 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ setup( name='img-proof', - version='5.3.0', + version='6.0.0', description="Package for automated testing of cloud images.", long_description=readme, long_description_content_type="text/markdown",