From 02d77cd029083a21ed30edb6e979ccd9e6f2dd96 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Dec 03 2019 09:57:59 +0000 Subject: Release 1.5.1 Signed-off-by: Pierre-Yves Chibon --- diff --git a/pagure-dist-git.spec b/pagure-dist-git.spec index 6d06ec8..bef2277 100644 --- a/pagure-dist-git.spec +++ b/pagure-dist-git.spec @@ -18,7 +18,7 @@ %global _python_bytecompile_extra 1 Name: pagure-dist-git -Version: 1.5.0 +Version: 1.5.1 Release: 1%{?dist} Summary: Pagure Git auth backend for Dist-Git setups @@ -85,6 +85,10 @@ nosetests-%{python_version} -v %changelog +* Tue Dec 03 2019 Pierre-Yves Chibon - 1.5.1-1 +- Update to 1.5.1 +- Fix the distgit auth backend when projects enable the PR only workflow + * Fri Nov 15 2019 Pierre-Yves Chibon - 1.5.0-1 - Update to 1.5.0 - Add a new API endpoint returning the status of a package diff --git a/setup.py b/setup.py index a899aa3..74534dd 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ tests_require = [ setup( name='pagure-dist-git', - version='1.5.0', + version='1.5.1', description="Pagure Git auth backend for Dist-Git setups", long_description=long_description, author='Pierre-Yves Chibon',