From cd38524fbe682774b43b141ec6bfd2e174380e2c Mon Sep 17 00:00:00 2001 From: FrantiĊĦek Zatloukal Date: May 21 2020 16:10:53 +0000 Subject: Release 0.3.4 --- diff --git a/docs/source/conf.py b/docs/source/conf.py index 01352bd..1dd824f 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -55,7 +55,7 @@ copyright = u'2016-2017, testCloud devs' # built documents. # # The short X.Y version. -version = '0.3.3' +version = '0.3.4' # The full version, including alpha/beta/rc tags. release = version diff --git a/testcloud.spec b/testcloud.spec index c8ca7ed..0b8f651 100644 --- a/testcloud.spec +++ b/testcloud.spec @@ -7,7 +7,7 @@ Name: testcloud # Update also version in testcloud/__init__.py and docs/source/conf.py when changing this! -Version: 0.3.3 +Version: 0.3.4 Release: 1%{?dist} Summary: Tool for running cloud images locally @@ -114,6 +114,9 @@ rm -rf %{buildroot}%{_sysconfdir}/testcloud/__pycache__ %{python3_sitelib}/*.egg-info %changelog +* Thu May 21 2020 Frantisek Zatloukal - 0.3.4-1 +- Ugly hotfix for tmt + * Wed May 20 2020 Frantisek Zatloukal - 0.3.3-1 - Support RHEL 8 hosts (different qemu-kvm path) - Move most of the deps into python3-testcloud diff --git a/testcloud/__init__.py b/testcloud/__init__.py index b8a79fa..35ae1b8 100644 --- a/testcloud/__init__.py +++ b/testcloud/__init__.py @@ -1,2 +1,2 @@ # NOTE: if you update version, *make sure* to also update `docs/source/conf.py` -__version__ = '0.3.3' +__version__ = '0.3.4'