From 8351ed757d0be3fffcbf5dae7ba2aa862cd1d7b6 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Oct 13 2015 13:57:02 +0000 Subject: Release 0.1.29 --- diff --git a/doc/contributors.rst b/doc/contributors.rst index bfd03d3..11b50be 100644 --- a/doc/contributors.rst +++ b/doc/contributors.rst @@ -3,12 +3,12 @@ Contributors to pagure Pagure would be nothing without its contributors. -On October 12, 2015 (release 0.1.28), the list looks as follow: +On October 13, 2015 (release 0.1.29), the list looks as follow: ================= =========== Number of commits Contributor ================= =========== - 3173 Pierre-Yves Chibon + 3178 Pierre-Yves Chibon 59 Johan Cwiklinski 13 Ghost-script 13 Mathieu Bridon @@ -30,7 +30,6 @@ Number of commits Contributor 1 Stanislav Ochotnicky 1 jcvicelli 1 pingou - ================= =========== This list is generated using diff --git a/files/pagure.spec b/files/pagure.spec index cdec8f3..cbdab8f 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: 0.1.28 +Version: 0.1.29 Release: 1%{?dist} Summary: A git-centered forge @@ -212,6 +212,12 @@ install -m 644 ev-server/pagure_ev.service \ %changelog +* Tue Oct 13 2015 Pierre-Yves Chibon - 0.1.29-1 +- Use monospace fonts for online editing as well as comment on tickets and + pull-requests +- Fix online editing of symlinked files (such as the README) +- Handle potential error when converting from rst to html + * Mon Oct 12 2015 Pierre-Yves Chibon - 0.1.28-1 - Update to 0.1.28 - Fix the call to noJS() in the pull-request template to avoid crashing diff --git a/pagure/__init__.py b/pagure/__init__.py index f462636..ca4c764 100644 --- a/pagure/__init__.py +++ b/pagure/__init__.py @@ -12,7 +12,7 @@ __requires__ = ['SQLAlchemy >= 0.8', 'jinja2 >= 2.4'] import pkg_resources -__version__ = '0.1.28' +__version__ = '0.1.29' __api_version__ = '0.6'