From 08733d900830f3426fb7d7c588c698fcd3e8b1e4 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Jul 30 2019 13:41:40 +0000 Subject: Release 5.7.2 Signed-off-by: Pierre-Yves Chibon --- diff --git a/doc/changelog.rst b/doc/changelog.rst index d827689..57e9fd0 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -3,6 +3,12 @@ Changelog This document records all notable changes to `Pagure `_. +5.7.2 (2019-07-30) +------------------ + +- More CSP headers related fixes (Again thanks to Julen Landa Alustiza) +- Ensures @ doesn't overreach to email + 5.7.1 (2019-07-12) ------------------ diff --git a/doc/contributors.rst b/doc/contributors.rst index cc4ff44..1fb7977 100644 --- a/doc/contributors.rst +++ b/doc/contributors.rst @@ -3,12 +3,12 @@ Contributors to pagure Pagure would be nothing without its contributors. -On July 12, 2019 (release 5.7.1) the list looks as follow: +On July 30, 2019 (release 5.7.2) the list looks as follow: ================= =========== Number of commits Contributor ================= =========== - 6614 Pierre-Yves Chibon + 6618 Pierre-Yves Chibon 328 Ryan Lerch 172 Vivek Anand 139 farhaanbukhsh @@ -18,9 +18,9 @@ Number of commits Contributor 88 Farhaan Bukhsh 64 Slavek Kabrda 59 Johan Cwiklinski + 50 Julen Landa Alustiza 50 Karsten Hopp 47 Mark Reynolds - 38 Julen Landa Alustiza 32 Lubomír Sedlář 32 Matt Prahl 32 Pradeep CE (cep) diff --git a/files/pagure.spec b/files/pagure.spec index 2b0b82e..660549f 100644 --- a/files/pagure.spec +++ b/files/pagure.spec @@ -16,7 +16,7 @@ Name: pagure -Version: 5.7.1 +Version: 5.7.2 Release: 1%{?dist} Summary: A git-centered forge @@ -491,6 +491,9 @@ done %changelog +* Tue Jul 30 2019 Pierre-Yves Chibon - 5.7.2-1 +- Update to pagure 5.7.2 + * Fri Jul 12 2019 Pierre-Yves Chibon - 5.7.1-1 - Update to pagure 5.7.1 diff --git a/pagure/__init__.py b/pagure/__init__.py index 57c6e32..a4f8d4b 100644 --- a/pagure/__init__.py +++ b/pagure/__init__.py @@ -11,5 +11,5 @@ from __future__ import unicode_literals, absolute_import -__version__ = "5.7.1" +__version__ = "5.7.2" __api_version__ = "0.29"