From aefc880ae3c18ac4c6deede4a86aafcff6ee7a79 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: May 14 2018 17:29:54 +0000 Subject: Release 4.0.3 Signed-off-by: Pierre-Yves Chibon --- diff --git a/doc/changelog.rst b/doc/changelog.rst index e07f141..a7338a8 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -3,6 +3,11 @@ Changelog This document records all notable changes to `Pagure `_. +4.0.3 (2018-05-14) +------------------ + +- Backport utility method from the 4.1 code to fix the 4.0.2 release + 4.0.2 (2018-05-14) ------------------ diff --git a/doc/contributors.rst b/doc/contributors.rst index d3fdd65..5759cc4 100644 --- a/doc/contributors.rst +++ b/doc/contributors.rst @@ -3,12 +3,12 @@ Contributors to pagure Pagure would be nothing without its contributors. -On May 14, 2018 (release 4.0.2) the list looks as follow: +On May 14, 2018 (release 4.0.3) the list looks as follow: ================= =========== Number of commits Contributor ================= =========== - 5839 Pierre-Yves Chibon + 5841 Pierre-Yves Chibon 193 Ryan Lerch 172 Vivek Anand 139 farhaanbukhsh diff --git a/files/pagure.spec b/files/pagure.spec index 1703bb6..ea1a119 100644 --- a/files/pagure.spec +++ b/files/pagure.spec @@ -1,5 +1,5 @@ Name: pagure -Version: 4.0.2 +Version: 4.0.3 Release: 1%{?dist} Summary: A git-centered forge @@ -453,6 +453,9 @@ install -p -m 644 pagure-ev/pagure_ev.service \ %changelog +* Mon May 14 2018 Pierre-Yves Chibon - 4.0.3-1 +- Update to 4.0.3 + * Mon May 14 2018 Pierre-Yves Chibon - 4.0.2-1 - Update to 4.0.2 diff --git a/pagure/__init__.py b/pagure/__init__.py index 5249f7c..1382b64 100644 --- a/pagure/__init__.py +++ b/pagure/__init__.py @@ -9,5 +9,5 @@ """ -__version__ = '4.0.2' +__version__ = '4.0.3' __api_version__ = '0.23'