From b4dacf54cc523243300677c6c60a2f71737060a2 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: May 04 2021 09:46:13 +0000 Subject: Release 1.12 Signed-off-by: Pierre-Yves Chibon --- diff --git a/pagure-dist-git.spec b/pagure-dist-git.spec index b427f7d..00ccb99 100644 --- a/pagure-dist-git.spec +++ b/pagure-dist-git.spec @@ -9,7 +9,7 @@ %global _python_bytecompile_extra 1 Name: pagure-dist-git -Version: 1.11.1 +Version: 1.12 Release: 1%{?dist} Summary: Pagure Git auth backend for Dist-Git setups @@ -73,6 +73,12 @@ nosetests-%{python_version} -v %changelog +* Tue May 04 2021 Pierre-Yves Chibon - 1.12-1 +- Update to 1.12 +- Fixed retrieve updates info from bodhi +- Migrate fetching updates info from oraculum first (then try bodhi) (FrantiĊĦek + Zatloukal) + * Wed Mar 31 2021 Pierre-Yves Chibon - 1.11.1-1 - Update to 1.11.1 - When query PDC for flatpaks fix the branch that is looked up diff --git a/setup.py b/setup.py index f5b58a6..6a4a3a0 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ tests_require = [ setup( name="pagure-dist-git", - version="1.11.1", + version="1.12", description="Pagure Git auth backend for Dist-Git setups", long_description=long_description, author="Pierre-Yves Chibon",