From 20fd1a45d4aede7a68e3b5e2fdead9a3c6e26848 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Mar 06 2020 21:14:50 +0000 Subject: Release 1.6.0 Signed-off-by: Pierre-Yves Chibon --- diff --git a/pagure-dist-git.spec b/pagure-dist-git.spec index c09f209..730044d 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.2 +Version: 1.6.0 Release: 1%{?dist} Summary: Pagure Git auth backend for Dist-Git setups @@ -85,6 +85,11 @@ nosetests-%{python_version} -v %changelog +* Fri Mar 06 2020 Pierre-Yves Chibon - 1.6.0-1 +- Update to 1.6.0 +- Write bugzilla overrides into pagure_poc.json +- Add a test for the coding style we want to follow on pagure-dist-git + * Tue Dec 03 2019 Pierre-Yves Chibon - 1.5.2-1 - Update to 1.5.2 - Fix the distgit auth backend for project enabling the PR only workflow, by diff --git a/setup.py b/setup.py index eb06310..18ff312 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ tests_require = [ setup( name='pagure-dist-git', - version='1.5.2', + version='1.6.0', description="Pagure Git auth backend for Dist-Git setups", long_description=long_description, author='Pierre-Yves Chibon',