Skip to content

Commit

Permalink
Bump version: 2.1.0 → 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
smarlowucf committed Oct 31, 2018
1 parent 8b4a6f0 commit 76af96f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ipa/__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__ = '2.1.0'
__version__ = '2.2.0'
2 changes: 1 addition & 1 deletion package/python3-ipa.spec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

%bcond_without test
Name: python3-ipa
Version: 2.1.0
Version: 2.2.0
Release: 0
Summary: Command line and API for testing custom images
License: GPL-3.0-or-later
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 = 2.1.0
current_version = 2.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='python3-ipa',
version='2.1.0',
version='2.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 76af96f

Please sign in to comment.