From 050b3dcffe3a96d7050a66f21648f6573045d548 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Dec 19 2018 10:04:06 +0000 Subject: Release 1.1 Signed-off-by: Pierre-Yves Chibon --- diff --git a/pagure-dist-git.spec b/pagure-dist-git.spec index 6bd9199..1be29ad 100644 --- a/pagure-dist-git.spec +++ b/pagure-dist-git.spec @@ -23,7 +23,7 @@ BuildRequires: python2-devel %global sum Pagure Git auth backend for Fedora and CentOS dist-git setups Name: pagure-dist-git -Version: 1.0 +Version: 1.1 Release: 1%{?dist} Summary: %{sum} @@ -121,6 +121,10 @@ nosetests-3 -v %changelog +* Wed Dec 19 2018 Pierre-Yves Chibon - 1.1-1 +- Include contributors and groups in the people watching bugs in bugzilla +- Make it so SIGs don't require a dash + * Tue Oct 09 2018 Patrick Uiterwijk - 1.0-1 - Rewrote to Dynamic auth backend system (new in Pagure 5.0) - Merged CentOS ACL checks diff --git a/setup.py b/setup.py index bec67f5..c005835 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ tests_require = [ setup( name='pagure-dist-git', - version='1.0', + version='1.1', description="Pagure Git auth backend for Fedora and CentOS dist-git", long_description=long_description, author='Pierre-Yves Chibon',