From 9afa9cf04abe096fbbee5513d26f2d129f588ca6 Mon Sep 17 00:00:00 2001 From: Kamil Páral Date: Nov 23 2017 12:00:28 +0000 Subject: bump version to 0.4.25 --- diff --git a/libtaskotron.spec b/libtaskotron.spec index 30452ac..3558c50 100644 --- a/libtaskotron.spec +++ b/libtaskotron.spec @@ -1,7 +1,7 @@ Name: libtaskotron # NOTE: if you update version, *make sure* to also update `libtaskotron/__init__.py` -Version: 0.4.24 -Release: 2%{?dist} +Version: 0.4.25 +Release: 1%{?dist} Summary: Taskotron Support Library License: GPLv3 @@ -179,6 +179,11 @@ install -d %{buildroot}/%{_sharedstatedir}/taskotron/images %{python2_sitelib}/libtaskotron/ext/disposable/* %changelog +* Thu Nov 23 2017 Kamil Páral - 0.4.25-1 +- update yumrepoinfo +- update to latest testcloud API +- add `pull_request` item type + * Wed Jul 26 2017 Fedora Release Engineering - 0.4.24-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild diff --git a/libtaskotron/__init__.py b/libtaskotron/__init__.py index 762fb6f..be5cb0c 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.24' +__version__ = '0.4.25'