From ca3f59e9684a0c06c167dc1c35c0b580cb49b816 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Aug 21 2019 08:50:28 +0000 Subject: Relese 5.7.5 Signed-off-by: Pierre-Yves Chibon --- diff --git a/doc/contributors.rst b/doc/contributors.rst index 6b2970b..099e2c1 100644 --- a/doc/contributors.rst +++ b/doc/contributors.rst @@ -3,12 +3,12 @@ Contributors to pagure Pagure would be nothing without its contributors. -On August 10, 2019 (release 5.7.4) the list looks as follow: +On August 21, 2019 (release 5.7.5) the list looks as follow: ================= =========== Number of commits Contributor ================= =========== - 6623 Pierre-Yves Chibon + 6624 Pierre-Yves Chibon 328 Ryan Lerch 172 Vivek Anand 139 farhaanbukhsh @@ -18,7 +18,7 @@ Number of commits Contributor 88 Farhaan Bukhsh 64 Slavek Kabrda 59 Johan Cwiklinski - 51 Julen Landa Alustiza + 52 Julen Landa Alustiza 50 Karsten Hopp 47 Mark Reynolds 32 Lubomír Sedlář diff --git a/files/pagure.spec b/files/pagure.spec index 366034e..1923ac0 100644 --- a/files/pagure.spec +++ b/files/pagure.spec @@ -16,7 +16,7 @@ Name: pagure -Version: 5.7.4 +Version: 5.7.5 Release: 1%{?dist} Summary: A git-centered forge @@ -491,6 +491,9 @@ done %changelog +* Wed Aug 21 2019 Pierre-Yves Chibon - 5.7.5-1 +- Update to 5.7.5 + * Sat Aug 10 2019 Pierre-Yves Chibon - 5.7.4-1 - Update to 5.7.4 diff --git a/pagure/__init__.py b/pagure/__init__.py index 32f2c58..1c18b13 100644 --- a/pagure/__init__.py +++ b/pagure/__init__.py @@ -11,5 +11,5 @@ from __future__ import unicode_literals, absolute_import -__version__ = "5.7.4" +__version__ = "5.7.5" __api_version__ = "0.29"