From f3dfa3ffc52bc4e1b9cb34a794287d91193c10e6 Mon Sep 17 00:00:00 2001 From: FrantiĊĦek Zatloukal Date: Oct 30 2018 19:06:47 +0000 Subject: Bump libtaskotron to 0.9.1 --- diff --git a/libtaskotron.spec b/libtaskotron.spec index 91eb160..4d6b277 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.9.0 -Release: 2%{?dist} +Version: 0.9.1 +Release: 1%{?dist} Summary: Taskotron Support Library License: GPLv3 @@ -219,7 +219,7 @@ cp -a data/* %{buildroot}%{_datarootdir}/libtaskotron %{python2_sitelib}/libtaskotron/ext/disposable/* %changelog -* Tue Oct 30 2018 Frantisek Zatloukal - 0.9.0-2 +* Tue Oct 30 2018 Frantisek Zatloukal - 0.9.1-1 - Fedora 29 GA * Tue Aug 21 2018 Frantisek Zatloukal - 0.9.0-1 diff --git a/libtaskotron/__init__.py b/libtaskotron/__init__.py index 9307b80..ba05c9c 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.9.0' +__version__ = '0.9.1'