From 633231dea40c8febaf09e54115fc9293629d1ca9 Mon Sep 17 00:00:00 2001 From: Martin Krizek Date: Jan 11 2017 12:03:49 +0000 Subject: bumping version to 0.4.18 --- diff --git a/docs/source/conf.py b/docs/source/conf.py index f007b31..314d56a 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -44,7 +44,7 @@ master_doc = 'index' # General information about the project. project = u'libtaskotron' -copyright = u'2016, Fedora QA Devel' +copyright = u'2017, Fedora QA Devel' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the @@ -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.17' +release = '0.4.18' # 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 20eaf6b..cfbc5be 100644 --- a/libtaskotron.spec +++ b/libtaskotron.spec @@ -1,5 +1,5 @@ Name: libtaskotron -Version: 0.4.17 +Version: 0.4.18 Release: 1%{?dist} Summary: Taskotron Support Library @@ -167,6 +167,11 @@ install -d %{buildroot}/%{_sharedstatedir}/taskotron/images %{python2_sitelib}/libtaskotron/ext/disposable/* %changelog +* Wed Jan 11 2017 Martin Krizek - 0.4.18-1 +- distgit directive improvements (D1055, D1069) +- yumrepoinfo.conf updates (D1057, D1074) +- koji_utils: use supported arches when downloading build logs (D1076) + * Thu Nov 3 2016 Tim Flink - 0.4.17-1 - add support for resultsdb 2.0 (D1019) - add armhfp as a primary arch (D1040) diff --git a/libtaskotron/__init__.py b/libtaskotron/__init__.py index 7e04717..6bc061d 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.17' +__version__ = '0.4.18'