From ec77e9215e1c696d87fd9044cad645dbdd9eeeda Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Dec 20 2017 14:40:24 +0000 Subject: Release 0.11.1 Signed-off-by: Pierre-Yves Chibon --- diff --git a/pagure-dist-git.spec b/pagure-dist-git.spec index e356f08..25bdf96 100644 --- a/pagure-dist-git.spec +++ b/pagure-dist-git.spec @@ -22,7 +22,7 @@ BuildRequires: python2-devel %global sum Pagure gitolite plugin for Fedora's dist-git setup. Name: pagure-dist-git -Version: 0.11 +Version: 0.11.1 Release: 1%{?dist} Summary: %{sum} @@ -133,6 +133,12 @@ install -p -m 644 scripts/*.py $RPM_BUILD_ROOT/%{_libexecdir}/pagure-dist-git/ %changelog +* Wed Dec 20 2017 Pierre-Yves Chibon - 0.11.1-1 +- Update to 0.11.1 +- Ensure releng has always commit ACL +- Do not consider forks when generating the extras JSON files for POC and + bugzilla + * Tue Nov 28 2017 Pierre-Yves Chibon - 0.11-1 - Update to 0.11 - Do not take forks into account when retrieving maintainers and watchers (when diff --git a/setup.py b/setup.py index c3b576b..4f4d03d 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ tests_require = [ setup( name='pagure-dist-git', - version='0.11', + version='0.11.1', description="Pagure gitolite plugin for Fedora's dist-git setup.", long_description=long_description, author='Pierre-Yves Chibon',