From 2ec1c5ed3c4a43b8c2b20905670ade2d0d42add5 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: May 27 2015 13:27:42 +0000 Subject: Release 0.1.8 --- diff --git a/doc/contributors.rst b/doc/contributors.rst index 7c12989..79d20b6 100644 --- a/doc/contributors.rst +++ b/doc/contributors.rst @@ -3,18 +3,19 @@ Contributors to pagure Pagure would be nothing without its contributors. -On May 22, 2015 (release 0.1.7), the list looks as follow: +On May 27, 2015 (release 0.1.8), the list looks as follow: ================= =========== Number of commits Contributor ================= =========== - 2245 Pierre-Yves Chibon + 2256 Pierre-Yves Chibon 59 Johan Cwiklinski 13 Mathieu Bridon 12 Sayan Chowdhury 8 Ghost-script 8 Ralph Bean 3 Kushal Khandelwal + 2 Patrick Uiterwijk 1 Stanislav Ochotnicky ================= =========== diff --git a/files/pagure.spec b/files/pagure.spec index 130a88f..c0225e7 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.7 +Version: 0.1.8 Release: 1%{?dist} Summary: A git-centered forge @@ -165,6 +165,16 @@ install -m 644 milters/comment_email_milter.py \ %changelog +* Wed May 27 2015 Pierre-Yves Chibon - 0.1.8-1 +- Update 0.1.8 +- Add the possibility to do Asynchronous in-line comment posting + (Patrick Uiterwijk) +- Handle the situation where the branch asked is not found in the git repo +- Handle the situation where we cannot find a desired commit +- Do not display a value in the settings page if there are none +- Rework the pull-request view to move the list of commits into a tab +- Make email sending optional (Patrick Uiterwijk) + * Fri May 22 2015 Pierre-Yves Chibon - 0.1.7-1 - Update to 0.1.7 - Drop debugging code on the milter and the hooks diff --git a/pagure/__init__.py b/pagure/__init__.py index 5f623ef..1477b7b 100644 --- a/pagure/__init__.py +++ b/pagure/__init__.py @@ -12,8 +12,8 @@ __requires__ = ['SQLAlchemy >= 0.8', 'jinja2 >= 2.4'] import pkg_resources -__version__ = '0.1.7' -__api_version__ = '1' +__version__ = '0.1.8' +__api_version__ = '0.1' import datetime