From f345c4c201b568a0cd1d66b8d4de168d369db2a6 Mon Sep 17 00:00:00 2001 From: Sean Marlow Date: Fri, 15 Jan 2021 14:07:12 -0600 Subject: [PATCH] =?UTF-8?q?Bump=20version:=206.3.1=20=E2=86=92=206.4.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 06dfb695..6d8c47c6 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 = '6.3.1' +release = '6.4.0' # -- General configuration --------------------------------------------------- diff --git a/img_proof/__init__.py b/img_proof/__init__.py index cf8e448c..bde251dd 100644 --- a/img_proof/__init__.py +++ b/img_proof/__init__.py @@ -22,4 +22,4 @@ __author__ = """SUSE""" __email__ = 'public-cloud-dev@susecloud.net' -__version__ = '6.3.1' +__version__ = '6.4.0' diff --git a/package/python3-img-proof.spec b/package/python3-img-proof.spec index 44b1d078..92b259c5 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: 6.3.1 +Version: 6.4.0 Release: 0 Summary: Command line and API for testing custom images License: GPL-3.0-or-later @@ -65,7 +65,7 @@ Requires: python3-paramiko Requires: python3-pytest Requires: python3-testinfra BuildArch: noarch -Obsoletes: python3-ipa < 6.3.1 +Obsoletes: python3-ipa < 6.4.0 %description img-proof provides a command line utility to test images in @@ -76,7 +76,7 @@ Summary: Infrastructure tests for img-proof Group: Development/Languages/Python Requires: python3-susepubliccloudinfo PreReq: python3-img-proof = %{version} -Obsoletes: python3-ipa-tests < 6.3.1 +Obsoletes: python3-ipa-tests < 6.4.0 %description tests Directory of infrastructure tests for testing images. diff --git a/setup.cfg b/setup.cfg index 0022ae98..d780e7c0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 6.3.1 +current_version = 6.4.0 commit = True tag = False diff --git a/setup.py b/setup.py index 1b61625e..24710472 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ setup( name='img-proof', - version='6.3.1', + version='6.4.0', description="Package for automated testing of cloud images.", long_description=readme, long_description_content_type="text/markdown",