From 900d03f5ab780cec6879fd4fef1a1d4efd203c43 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Nov 28 2017 13:21:30 +0000 Subject: Release 3.11.1 Signed-off-by: Pierre-Yves Chibon --- diff --git a/doc/contributors.rst b/doc/contributors.rst index 1338372..491fa59 100644 --- a/doc/contributors.rst +++ b/doc/contributors.rst @@ -3,17 +3,17 @@ Contributors to pagure Pagure would be nothing without its contributors. -On November 27, 2017 (release 3.11), the list looks as follow: +On November 28, 2017 (release 3.11.1), the list looks as follow: ================= =========== Number of commits Contributor ================= =========== - 5573 Pierre-Yves Chibon + 5577 Pierre-Yves Chibon 193 Ryan Lerch 166 Vivek Anand 139 farhaanbukhsh 126 Patrick Uiterwijk - 86 Clement Verna + 87 Clement Verna 77 Farhaan Bukhsh 59 Johan Cwiklinski 47 Mark Reynolds @@ -31,7 +31,7 @@ Number of commits Contributor 13 Ghost-script 13 Martin Basti 13 Mathieu Bridon - 10 Shengjing Zhu + 11 Shengjing Zhu 9 mprahl 8 Adam Williamson 8 Igor Gnatenko diff --git a/files/pagure.spec b/files/pagure.spec index b154216..f85af5a 100644 --- a/files/pagure.spec +++ b/files/pagure.spec @@ -1,5 +1,5 @@ Name: pagure -Version: 3.11 +Version: 3.11.1 Release: 1%{?dist} Summary: A git-centered forge @@ -366,6 +366,13 @@ install -p -m 644 pagure-loadjson/pagure_loadjson.service \ %changelog +* Tue Nov 28 2017 Pierre-Yves Chibon - 3.11.1-1 +- Update to 3.11.1 +- Fix showing the issue list +- Make clear in the project's settings that tags are also for PRs (Clement + Verna) +- Remove unused jdenticon js library (Shengjing Zhu) + * Mon Nov 27 2017 Pierre-Yves Chibon - 3.11-1 - Update to 3.11 - Print out the URL to existing PR(s) or to create one on push diff --git a/pagure/__init__.py b/pagure/__init__.py index 3080f60..149e86b 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' +__version__ = '3.11.1' __api_version__ = '0.20'