From c1b6392b7235921eab17e13d0399f04e59013a20 Mon Sep 17 00:00:00 2001 From: Martin Krizek Date: Jul 12 2016 08:18:30 +0000 Subject: bumping version to 0.4.14 --- diff --git a/docs/source/conf.py b/docs/source/conf.py index 730fb04..35f119f 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.13' +release = '0.4.14' # 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 92f5fe2..a9a1280 100644 --- a/libtaskotron.spec +++ b/libtaskotron.spec @@ -1,6 +1,6 @@ Name: libtaskotron -Version: 0.4.13 -Release: 3%{?dist} +Version: 0.4.14 +Release: 1%{?dist} Summary: Taskotron Support Library License: GPLv3 @@ -165,6 +165,12 @@ install -d %{buildroot}/%{_sharedstatedir}/taskotron/images %{python2_sitelib}/libtaskotron/ext/disposable/* %changelog +* Tue Jul 12 2016 Martin Krizek - 0.4.14-1 +- add xunit directive +- docker testing documentation +- taskotron_result tool +- various fixes and improvements + * Fri May 27 2016 Martin Krizek - 0.4.13-3 - fix download URL for Source0 - fix conf files permissions diff --git a/libtaskotron/__init__.py b/libtaskotron/__init__.py index d449edb..560abb1 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.13' +__version__ = '0.4.14'