From bb841ea9a80942d74f429c81e5f16d5c6083abbb Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: May 19 2015 16:09:21 +0000 Subject: Release 0.1.5 --- diff --git a/doc/contributors.rst b/doc/contributors.rst index 71177bc..3e40ec6 100644 --- a/doc/contributors.rst +++ b/doc/contributors.rst @@ -3,12 +3,12 @@ Contributors to pagure Pagure would be nothing without its contributors. -On May 19, 2015 (release 0.1.4), the list looks as follow: +On May 19, 2015 (release 0.1.5), the list looks as follow: ================= =========== Number of commits Contributor ================= =========== - 2225 Pierre-Yves Chibon + 2229 Pierre-Yves Chibon 59 Johan Cwiklinski 13 Mathieu Bridon 12 Sayan Chowdhury diff --git a/files/pagure.spec b/files/pagure.spec index 0a3cb7e..14b4791 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.4 +Version: 0.1.5 Release: 1%{?dist} Summary: A git-centered forge @@ -165,6 +165,10 @@ install -m 644 milters/comment_email_milter.py \ %changelog +* Tue May 19 2015 Pierre-Yves Chibon - 0.1.5-1 +- Update to 0.1.5 +- Bug fix on the milter and the internal API endpoint + * Tue May 19 2015 Pierre-Yves Chibon - 0.1.4-1 - Update to 0.1.4 - Fix loading requests and tickets from git (allows syncing projects between diff --git a/pagure/__init__.py b/pagure/__init__.py index 89fb027..efdb37e 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.4' +__version__ = '0.1.5' __api_version__ = '1'