From c97d398beeec42b67fcc5abc49fafbefd5a23ba2 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Nov 05 2015 09:03:22 +0000 Subject: Release 1.32.2 --- diff --git a/doc/contributors.rst b/doc/contributors.rst index 2c98487..d67c707 100644 --- a/doc/contributors.rst +++ b/doc/contributors.rst @@ -3,12 +3,12 @@ Contributors to packagedb Pkgdb2 would be nothing without its contributors. -On Oct 13, 2015 (release 1.32.1), the list looks as follow: +On Oct 13, 2015 (release 1.32.2), the list looks as follow: ================= =========== Number of commits Contributor ================= =========== - 2529 Pierre-Yves Chibon + 2532 Pierre-Yves Chibon 40 Ralph Bean 9 Devyani Kota 3 Chaoyi Zha diff --git a/pkgdb2/__init__.py b/pkgdb2/__init__.py index 09b11c0..5cc3816 100644 --- a/pkgdb2/__init__.py +++ b/pkgdb2/__init__.py @@ -39,7 +39,7 @@ from flask.ext.fas_openid import FAS import pkgdb2.mail_logging -__version__ = '1.32.1' +__version__ = '1.32.2' __api_version__ = '1.19' APP = flask.Flask(__name__) diff --git a/utility/pkgdb2.spec b/utility/pkgdb2.spec index 58cbff9..8b005ee 100644 --- a/utility/pkgdb2.spec +++ b/utility/pkgdb2.spec @@ -2,7 +2,7 @@ %distutils.sysconfig import get_python_lib; print (get_python_lib())")} Name: pkgdb2 -Version: 1.32.1 +Version: 1.32.2 Release: 1%{?dist} Summary: The Fedora package database @@ -118,6 +118,10 @@ install -m 644 utility/alembic.ini $RPM_BUILD_ROOT/%{_sysconfdir}/pkgdb2/alembic %changelog +* Thu Nov 05 2015 Pierre-Yves Chibon - 1.32.2-1 +- Update to 1.32.2 +- Fix showing the link to the detail view of the action on the page listing them + * Thu Nov 05 2015 Pierre-Yves Chibon - 1.32.1-1 - Update to 1.32.1 - Fix filtering requests on the `My requests` page using the web form