From aac2bd83c3af0cc51ceebb524425436be7fad885 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Aug 29 2019 11:19:02 +0000 Subject: Release 1.4.1 Signed-off-by: Pierre-Yves Chibon --- diff --git a/pagure-dist-git.spec b/pagure-dist-git.spec index 09f4d08..2c6fad5 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.4.0 +Version: 1.4.1 Release: 1%{?dist} Summary: Pagure Git auth backend for Dist-Git setups @@ -85,6 +85,11 @@ nosetests-%{python_version} -v %changelog +* Thu Aug 29 2019 Pierre-Yves Chibon - 1.4.1-1 +- Update to 1.4.1 +- Be consistent about the PDC URL expected format +- Fix a typo in a variable name + * Wed Aug 28 2019 Pierre-Yves Chibon - 1.4.0-1 - Update to 1.4.0 - Don't override the repo variable with a PagureAnitya object diff --git a/setup.py b/setup.py index 6d341ae..7d0e1e7 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ tests_require = [ setup( name='pagure-dist-git', - version='1.4.0', + version='1.4.1', description="Pagure Git auth backend for Dist-Git setups", long_description=long_description, author='Pierre-Yves Chibon',