From e460d34a63140a854d52ed07e8ecda5acbdb93a0 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Jul 14 2017 20:45:09 +0000 Subject: Release 3.2.1 --- diff --git a/doc/contributors.rst b/doc/contributors.rst index a87b8c2..34506f9 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 14, 2017 (release 3.2), the list looks as follow: +On July 14, 2017 (release 3.2.1), the list looks as follow: ================= =========== Number of commits Contributor ================= =========== - 5332 Pierre-Yves Chibon + 5334 Pierre-Yves Chibon 191 Ryan Lerch 143 Vivek Anand 139 farhaanbukhsh diff --git a/files/pagure.spec b/files/pagure.spec index f69cc1d..55a6289 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.2 +Version: 3.2.1 Release: 1%{?dist} Summary: A git-centered forge @@ -384,6 +384,9 @@ install -m 644 pagure-loadjson/pagure_loadjson.service \ %changelog +* Fri Jul 14 2017 Pierre-Yves Chibon - 3.2.1-1 +- Fix a syntax error on the JS in the wait page + * Fri Jul 14 2017 Pierre-Yves Chibon - 3.2-1 - Update to 3.2 - Use a decorator to check if a project has an issue tracker (Clement Verna) diff --git a/pagure/__init__.py b/pagure/__init__.py index 078c5b0..821d2e2 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.2' +__version__ = '3.2.1' __api_version__ = '0.15'