From 159ae2fd97775dfb93dfa7cc7e27d1e4eb44f021 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Feb 24 2017 10:07:15 +0000 Subject: Release 2.13.2 --- diff --git a/doc/contributors.rst b/doc/contributors.rst index 2576df8..f1275d0 100644 --- a/doc/contributors.rst +++ b/doc/contributors.rst @@ -3,12 +3,12 @@ Contributors to pagure Pagure would be nothing without its contributors. -On Feb 24, 2016 (release 2.13.1), the list looks as follow: +On Feb 24, 2016 (release 2.13.2), the list looks as follow: ================= =========== Number of commits Contributor ================= =========== - 4989 Pierre-Yves Chibon + 4992 Pierre-Yves Chibon 191 Ryan Lerch 116 Vivek Anand 89 farhaanbukhsh diff --git a/files/pagure.spec b/files/pagure.spec index 8ff7271..252684b 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: 2.13.1 +Version: 2.13.2 Release: 1%{?dist} Summary: A git-centered forge @@ -371,6 +371,12 @@ install -m 644 pagure-loadjson/pagure_loadjson.service \ %changelog +* Fri Feb 24 2017 Pierre-Yves Chibon - 2.13.2-1 +- Update to 2.13.2 +- Fix running the test suite due to bugs in the code: +- Fix picking which markdown extensions are available +- Fix rendering empty text files + * Fri Feb 24 2017 Pierre-Yves Chibon - 2.13.1-1 - Update to 2.13.1 - Add a cancel button on the edit file page (shivani) diff --git a/pagure/__init__.py b/pagure/__init__.py index 60290c3..e820133 100644 --- a/pagure/__init__.py +++ b/pagure/__init__.py @@ -12,7 +12,7 @@ __requires__ = ['SQLAlchemy >= 0.8', 'jinja2 >= 2.4'] import pkg_resources -__version__ = '2.13.1' +__version__ = '2.13.2' __api_version__ = '0.11'