From 6f5871876cbc1953921cdb6b15582f5c692aab65 Mon Sep 17 00:00:00 2001 From: Sean Marlow Date: Fri, 15 Mar 2019 08:25:13 -0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=203.2.0=20=E2=86=92=203.2.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/source/conf.py | 2 +- ipa/__init__.py | 2 +- package/python3-ipa.spec | 2 +- setup.cfg | 2 +- setup.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 69df38ff..6ddaed8f 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 = '3.2.0' +release = '3.2.1' # -- General configuration --------------------------------------------------- diff --git a/ipa/__init__.py b/ipa/__init__.py index 631317f4..aba72e0a 100644 --- a/ipa/__init__.py +++ b/ipa/__init__.py @@ -22,4 +22,4 @@ __author__ = """SUSE""" __email__ = 'public-cloud-dev@susecloud.net' -__version__ = '3.2.0' +__version__ = '3.2.1' diff --git a/package/python3-ipa.spec b/package/python3-ipa.spec index f8e5fa05..90523f14 100644 --- a/package/python3-ipa.spec +++ b/package/python3-ipa.spec @@ -18,7 +18,7 @@ %bcond_without test Name: python3-ipa -Version: 3.2.0 +Version: 3.2.1 Release: 0 Summary: Command line and API for testing custom images License: GPL-3.0-or-later diff --git a/setup.cfg b/setup.cfg index 02fdbf52..d18f7c82 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.2.0 +current_version = 3.2.1 commit = True tag = False diff --git a/setup.py b/setup.py index 2f52b642..b2fdb04c 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ setup( name='python3-ipa', - version='3.2.0', + version='3.2.1', description="Package for automated testing of cloud images.", long_description=readme, long_description_content_type="text/markdown",