From 74c00c91647751792b95f270ccdcceff97110a17 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Nov 29 2017 11:48:18 +0000 Subject: Release 3.11.2 Signed-off-by: Pierre-Yves Chibon --- diff --git a/doc/contributors.rst b/doc/contributors.rst index 491fa59..e382bcf 100644 --- a/doc/contributors.rst +++ b/doc/contributors.rst @@ -3,12 +3,12 @@ Contributors to pagure Pagure would be nothing without its contributors. -On November 28, 2017 (release 3.11.1), the list looks as follow: +On November 29, 2017 (release 3.11.2), the list looks as follow: ================= =========== Number of commits Contributor ================= =========== - 5577 Pierre-Yves Chibon + 5580 Pierre-Yves Chibon 193 Ryan Lerch 166 Vivek Anand 139 farhaanbukhsh diff --git a/files/pagure.spec b/files/pagure.spec index f85af5a..507fdce 100644 --- a/files/pagure.spec +++ b/files/pagure.spec @@ -1,5 +1,5 @@ Name: pagure -Version: 3.11.1 +Version: 3.11.2 Release: 1%{?dist} Summary: A git-centered forge @@ -366,6 +366,11 @@ install -p -m 644 pagure-loadjson/pagure_loadjson.service \ %changelog +* Wed Nov 29 2017 Pierre-Yves Chibon - 3.11.2-1 +- Update to 3.11.2 +- Fix giving a project if no user is specified +- Don't show issue stats when issues are off + * Tue Nov 28 2017 Pierre-Yves Chibon - 3.11.1-1 - Update to 3.11.1 - Fix showing the issue list diff --git a/pagure/__init__.py b/pagure/__init__.py index 149e86b..22cc39a 100644 --- a/pagure/__init__.py +++ b/pagure/__init__.py @@ -12,7 +12,7 @@ __requires__ = ['SQLAlchemy >= 0.8', 'jinja2 >= 2.4'] import pkg_resources # noqa: E402,F401 -__version__ = '3.11.1' +__version__ = '3.11.2' __api_version__ = '0.20'