From 9a44c56074458e6d9ab66cf11ffe303fef7612f6 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Dec 21 2017 08:19:50 +0000 Subject: Release 3.13.2 Signed-off-by: Pierre-Yves Chibon --- diff --git a/doc/contributors.rst b/doc/contributors.rst index 274a7d4..72d130f 100644 --- a/doc/contributors.rst +++ b/doc/contributors.rst @@ -3,12 +3,12 @@ Contributors to pagure Pagure would be nothing without its contributors. -On December 18, 2017 (release 3.13), the list looks as follow: +On December 21, 2017 (release 3.13.2) the list looks as follow: ================= =========== Number of commits Contributor ================= =========== - 5623 Pierre-Yves Chibon + 5625 Pierre-Yves Chibon 193 Ryan Lerch 170 Vivek Anand 139 farhaanbukhsh diff --git a/files/pagure.spec b/files/pagure.spec index b5a69ce..5fbd517 100644 --- a/files/pagure.spec +++ b/files/pagure.spec @@ -1,5 +1,5 @@ Name: pagure -Version: 3.13.1 +Version: 3.13.2 Release: 1%{?dist} Summary: A git-centered forge @@ -366,6 +366,10 @@ install -p -m 644 pagure-loadjson/pagure_loadjson.service \ %changelog +* Thu Dec 21 2017 Pierre-Yves Chibon - 3.13.2-1 +- Update to 3.13.2 +- Fix ordering issues by author using an alias so the User doesn't collide + * Tue Dec 19 2017 Pierre-Yves Chibon - 3.13.1-1 - Update to 3.13.1 - Add an alembic migration removing a constraint on the DB that not only no diff --git a/pagure/__init__.py b/pagure/__init__.py index 9b3d787..ba8fd6b 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.13.1' +__version__ = '3.13.2' __api_version__ = '0.22'