From c2865d0253c8ef59095154caa4dde0efdde6c22d Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Sep 05 2017 12:04:57 +0000 Subject: Release 3.7.1 --- diff --git a/doc/contributors.rst b/doc/contributors.rst index 0f41643..8618c0a 100644 --- a/doc/contributors.rst +++ b/doc/contributors.rst @@ -3,17 +3,17 @@ Contributors to pagure Pagure would be nothing without its contributors. -On September 5, 2017 (release 3.7), the list looks as follow: +On September 5, 2017 (release 3.7.1), the list looks as follow: ================= =========== Number of commits Contributor ================= =========== - 5389 Pierre-Yves Chibon + 5391 Pierre-Yves Chibon 191 Ryan Lerch 159 Vivek Anand 139 farhaanbukhsh 126 Patrick Uiterwijk - 81 Clement Verna + 82 Clement Verna 77 Farhaan Bukhsh 59 Johan Cwiklinski 47 Mark Reynolds diff --git a/files/pagure.spec b/files/pagure.spec index 0cf9578..7c8607e 100644 --- a/files/pagure.spec +++ b/files/pagure.spec @@ -2,7 +2,7 @@ %distutils.sysconfig import get_python_lib; print (get_python_lib())")} Name: pagure -Version: 3.7 +Version: 3.7.1 Release: 1%{?dist} Summary: A git-centered forge @@ -385,6 +385,12 @@ install -m 644 pagure-loadjson/pagure_loadjson.service \ %changelog +* Tue Sep 05 2017 Pierre-Yves Chibon - 3.7.1-1 +- Update to 3.7.1 +- Fix the UPGRADING documentation +- Add the API endpoint to edit multiple custom fields to the doc (Clement + Verna) + * Tue Sep 05 2017 Pierre-Yves Chibon - 3.7-1 - Update to 3.7 - Update link to markdown documentation, fix typo on the way (Till Hofmann) diff --git a/pagure/__init__.py b/pagure/__init__.py index 6175f64..6c07a5e 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.7' +__version__ = '3.7.1' __api_version__ = '0.17'