From ea2df64a8f2cce86d66519ce7b1eb84e9a2b1222 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Aug 21 2019 15:28:58 +0000 Subject: Release 5.7.7 Signed-off-by: Pierre-Yves Chibon --- diff --git a/doc/contributors.rst b/doc/contributors.rst index 7c56d28..60ec4a6 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 21, 2019 (release 5.7.6) the list looks as follow: +On August 21, 2019 (release 5.7.7) the list looks as follow: ================= =========== Number of commits Contributor ================= =========== - 6626 Pierre-Yves Chibon + 6629 Pierre-Yves Chibon 328 Ryan Lerch 172 Vivek Anand 139 farhaanbukhsh diff --git a/files/pagure.spec b/files/pagure.spec index 04617ab..d295871 100644 --- a/files/pagure.spec +++ b/files/pagure.spec @@ -16,7 +16,7 @@ Name: pagure -Version: 5.7.6 +Version: 5.7.7 Release: 1%{?dist} Summary: A git-centered forge @@ -491,6 +491,9 @@ done %changelog +* Wed Aug 21 2019 Pierre-Yves Chibon - 5.7.7-1 +- Update to 5.7.7 + * Wed Aug 21 2019 Pierre-Yves Chibon - 5.7.6-1 - Update to 5.7.6 diff --git a/pagure/__init__.py b/pagure/__init__.py index 615ea53..637d7fd 100644 --- a/pagure/__init__.py +++ b/pagure/__init__.py @@ -11,5 +11,5 @@ from __future__ import unicode_literals, absolute_import -__version__ = "5.7.6" +__version__ = "5.7.7" __api_version__ = "0.29"