From c7003650f802d86cada61a12b905c85c67501eb5 Mon Sep 17 00:00:00 2001 From: Martin Krizek Date: Aug 17 2016 11:32:06 +0000 Subject: bumping to version 0.4.16 --- diff --git a/docs/source/conf.py b/docs/source/conf.py index 0d61bf7..65ce07a 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -53,7 +53,7 @@ copyright = u'2016, Fedora QA Devel' # The short X.Y version. version = '0.4' # The full version, including alpha/beta/rc tags. -release = '0.4.15' +release = '0.4.16' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/libtaskotron.spec b/libtaskotron.spec index bcfcc70..2148d2d 100644 --- a/libtaskotron.spec +++ b/libtaskotron.spec @@ -1,5 +1,5 @@ Name: libtaskotron -Version: 0.4.15 +Version: 0.4.16 Release: 1%{?dist} Summary: Taskotron Support Library @@ -166,6 +166,11 @@ install -d %{buildroot}/%{_sharedstatedir}/taskotron/images %{python2_sitelib}/libtaskotron/ext/disposable/* %changelog +* Wed Aug 17 2016 Martin Krizek - 0.4.16-1 +- symlink testcloud images instead of copying +- copy dir to minion via tarball +- yumrepoinfo.conf: Fedora 25 has been branched + * Thu Jul 28 2016 Martin Krizek - 0.4.15-1 - Allow resultsdb_directive to read from file - create_report_directive: allow input from file diff --git a/libtaskotron/__init__.py b/libtaskotron/__init__.py index f22396b..842a40a 100644 --- a/libtaskotron/__init__.py +++ b/libtaskotron/__init__.py @@ -4,4 +4,4 @@ # See the LICENSE file for more details on Licensing from __future__ import absolute_import -__version__ = '0.4.15' +__version__ = '0.4.16'