From 23c38a39d51c2a255e6eb5b8c795d0e6d35f99a6 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Jun 04 2019 11:21:50 +0000 Subject: Release 1.3 Signed-off-by: Pierre-Yves Chibon --- diff --git a/pagure-dist-git.spec b/pagure-dist-git.spec index f9acf44..90c53f8 100644 --- a/pagure-dist-git.spec +++ b/pagure-dist-git.spec @@ -18,8 +18,8 @@ %global _python_bytecompile_extra 1 Name: pagure-dist-git -Version: 1.2.1 -Release: 2%{?dist} +Version: 1.3 +Release: 1%{?dist} Summary: Pagure Git auth backend for Dist-Git setups License: GPLv2+ @@ -84,6 +84,12 @@ nosetests-%{python_version} -v %changelog +* Tue Jun 04 2019 Pierre-Yves Chibon - 1.3-1 +- Update to 1.3 +- Allow deleting branches via git on forks +- Add the pagure_distgit 3rd party extension for pagure +- Add a new endpoint to allow adopting orphaned packages in dist-git + * Tue Feb 19 2019 Pierre-Yves Chibon - 1.2.1-2 - Drop the hard requirement on python-pdc-client since it's not a hard requirement diff --git a/setup.py b/setup.py index a05b788..585db97 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ tests_require = [ setup( name='pagure-dist-git', - version='1.2.1', + version='1.3', description="Pagure Git auth backend for Dist-Git setups", long_description=long_description, author='Pierre-Yves Chibon',