From 6432b448d04527477bbafc6a23de0b77fb5b71bc Mon Sep 17 00:00:00 2001 From: Lubomír Sedlář Date: Aug 14 2016 10:17:20 +0000 Subject: New release 0.4.4 --- diff --git a/poor-man-ci.spec b/poor-man-ci.spec index e66c6fe..2c91564 100644 --- a/poor-man-ci.spec +++ b/poor-man-ci.spec @@ -7,7 +7,7 @@ %endif Name: poor-man-ci -Version: 0.4.3 +Version: 0.4.4 Release: 1%{?dist} Summary: Integrate Pagure with Jenkins @@ -74,6 +74,9 @@ nosetests -v %{python2_sitelib}/poor_man_ci* %changelog +* Sun Aug 14 2016 Lubomír Sedlář - 0.4.4-1 +- Handle repeated confirmations + * Thu Jul 28 2016 Lubomír Sedlář - 0.4.3-1 - Fix typo in README - Change URLs to https:// diff --git a/setup.py b/setup.py index dc8b8fc..7965ddb 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ requirements = [ setup( name='poor-man-ci', - version='0.4.3', + version='0.4.4', description='Trigger Jenkins builds for Pagure pull requests', license='GPLv2+', url='https://pagure.io/poor-man-ci',