From 454ec75aeba78212e40d95da158c060b4227e41f Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Aug 03 2020 14:38:43 +0000 Subject: Release 5.11.1 Signed-off-by: Pierre-Yves Chibon --- diff --git a/doc/changelog.rst b/doc/changelog.rst index b814c7f..1ba6a20 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -3,6 +3,16 @@ Changelog This document records all notable changes to `Pagure `_. +5.11.1 (2020-08-03) +------------------- + +- Increase logging to the pagure_auth logger +- Make work pagure-admin ensure-project-hooks when the target link exists but is + broken +- Fix sorting collaborators and groups of collaborators +- Fix git push over http(s) + + 5.11.0 (2020-08-03) ------------------- diff --git a/doc/contributors.rst b/doc/contributors.rst index 009e0f0..e243934 100644 --- a/doc/contributors.rst +++ b/doc/contributors.rst @@ -8,7 +8,7 @@ On May 14, 2019 (release 5.10.0) the list looks as follow: ================= =========== Number of commits Contributor ================= =========== - 6789 Pierre-Yves Chibon + 6794 Pierre-Yves Chibon 328 Ryan Lerch 172 Vivek Anand 143 Julen Landa Alustiza diff --git a/files/pagure.spec b/files/pagure.spec index 3757f80..2f40f25 100644 --- a/files/pagure.spec +++ b/files/pagure.spec @@ -16,7 +16,7 @@ Name: pagure -Version: 5.11.0 +Version: 5.11.1 Release: 1%{?dist} Summary: A git-centered forge @@ -567,6 +567,9 @@ done %changelog +* Mon Aug 03 2020 Pierre-Yves Chibon - 5.11.1-1 +- Update to 5.11.1 + * Mon Aug 03 2020 Pierre-Yves Chibon - 5.11.0-1 - Update to 5.11.0 diff --git a/pagure/__init__.py b/pagure/__init__.py index f8634ab..3793b5e 100644 --- a/pagure/__init__.py +++ b/pagure/__init__.py @@ -12,4 +12,4 @@ from __future__ import unicode_literals, absolute_import __api_version__ = "0.30" -__version__ = "5.11.0" +__version__ = "5.11.1"