From 912fc8f491eaad3b62bd57a93ac164a33cd02b54 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Feb 22 2018 10:00:07 +0000 Subject: Release 0.3.0 Signed-off-by: Pierre-Yves Chibon --- diff --git a/simple-koji-ci.spec b/simple-koji-ci.spec index ef6da61..86cbde3 100644 --- a/simple-koji-ci.spec +++ b/simple-koji-ci.spec @@ -9,7 +9,7 @@ %global modname simple-koji-ci Name: simple-koji-ci -Version: 0.2.0 +Version: 0.3.0 Release: 1%{?dist} Summary: Consume pagure fedmsg messages to test pull-requests @@ -65,6 +65,13 @@ rm -rf %{buildroot}%{python2_sitelib}/tests/ %{python2_sitelib}/simple_koji_ci-%{version}* %changelog +* Thu Feb 22 2018 Pierre-Yves Chibon - 0.3.0-1 +- Ensure the license info are consistently GPLv2+ +- Flag the PR once the build has been submitted +- Support building in the target branch if known, otherwise default to rawhide +- Mention the commit tested in the flag added +- Trigger a new build on PR updates + * Wed Nov 22 2017 Pierre-Yves Chibon - 0.2.0-1 - Adjust the configuration file as needed - Remove piece of code not needed and breaking the app diff --git a/simple_koji_ci/__init__.py b/simple_koji_ci/__init__.py index 22738ef..f48dab5 100644 --- a/simple_koji_ci/__init__.py +++ b/simple_koji_ci/__init__.py @@ -21,4 +21,4 @@ from __future__ import absolute_import, unicode_literals __author__ = 'Red Hat, Inc. and others' __license__ = 'GPLv2+' -__version__ = '0.2.0' +__version__ = '0.3.0'