Skip to content

Commit

Permalink
Bump version: 6.3.0 → 6.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
smarlowucf committed Nov 20, 2020
1 parent a078408 commit a2ef6cf
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.3.0'
release = '6.3.1'


# -- 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.3.0'
__version__ = '6.3.1'
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.3.0
Version: 6.3.1
Release: 0
Summary: Command line and API for testing custom images
License: GPL-3.0-or-later
Expand Down Expand Up @@ -63,7 +63,7 @@ Requires: python3-paramiko
Requires: python3-pytest
Requires: python3-testinfra
BuildArch: noarch
Obsoletes: python3-ipa < 6.3.0
Obsoletes: python3-ipa < 6.3.1

%description
img-proof provides a command line utility to test images in
Expand All @@ -74,7 +74,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.0
Obsoletes: python3-ipa-tests < 6.3.1

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

0 comments on commit a2ef6cf

Please sign in to comment.