From 4e0fd65fd3a1ada71eddf9acc851d4df95ff7619 Mon Sep 17 00:00:00 2001 From: Sean Marlow Date: Mon, 1 Jun 2020 15:44:31 -0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=205.0.0=20=E2=86=92=205.1.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 e40c3429..95e73070 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.0.0' +release = '5.1.0' # -- General configuration --------------------------------------------------- diff --git a/img_proof/__init__.py b/img_proof/__init__.py index 9a546a72..35d82d3d 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.0.0' +__version__ = '5.1.0' diff --git a/package/python3-img-proof.spec b/package/python3-img-proof.spec index fa6d7a96..322a2a6d 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.0.0 +Version: 5.1.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.0.0 +Obsoletes: python3-ipa < 5.1.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.0.0 +Obsoletes: python3-ipa-tests < 5.1.0 %description tests Directory of infrastructure tests for testing images. diff --git a/setup.cfg b/setup.cfg index 02eafd1e..a99407e3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 5.0.0 +current_version = 5.1.0 commit = True tag = False diff --git a/setup.py b/setup.py index d11c84a4..d443ddd5 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ setup( name='img-proof', - version='5.0.0', + version='5.1.0', description="Package for automated testing of cloud images.", long_description=readme, long_description_content_type="text/markdown",