Skip to content

Commit

Permalink
Bump version: 6.1.0 → 6.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
smarlowucf committed Oct 19, 2020
1 parent dbfb888 commit 4241d5b
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 = '6.1.0'
release = '6.2.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__ = '6.1.0'
__version__ = '6.2.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: 6.1.0
Version: 6.2.0
Release: 0
Summary: Command line and API for testing custom images
License: GPL-3.0-or-later
Expand Down Expand Up @@ -59,7 +59,7 @@ Requires: python3-paramiko
Requires: python3-pytest
Requires: python3-testinfra
BuildArch: noarch
Obsoletes: python3-ipa < 6.1.0
Obsoletes: python3-ipa < 6.2.0

%description
img-proof provides a command line utility to test images in
Expand All @@ -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 < 6.1.0
Obsoletes: python3-ipa-tests < 6.2.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 = 6.1.0
current_version = 6.2.0
commit = True
tag = False

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='6.1.0',
version='6.2.0',
description="Package for automated testing of cloud images.",
long_description=readme,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 4241d5b

Please sign in to comment.