From ea4656de17fe66d3e307cdcaafe19101d9c5774d Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: May 20 2015 08:35:45 +0000 Subject: Release 0.1.6 --- diff --git a/doc/contributors.rst b/doc/contributors.rst index 3e40ec6..f821f7e 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.5), the list looks as follow: +On May 20, 2015 (release 0.1.6), the list looks as follow: ================= =========== Number of commits Contributor ================= =========== - 2229 Pierre-Yves Chibon + 2233 Pierre-Yves Chibon 59 Johan Cwiklinski 13 Mathieu Bridon 12 Sayan Chowdhury diff --git a/files/pagure.spec b/files/pagure.spec index 14b4791..57d3fad 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.5 +Version: 0.1.6 Release: 1%{?dist} Summary: A git-centered forge @@ -165,6 +165,11 @@ install -m 644 milters/comment_email_milter.py \ %changelog +* Wed May 20 2015 Pierre-Yves Chibon - 0.1.6-1 +- Update to 0.1.6 +- Fix sending notification emails to multiple users, avoid sending private into + to all of them + * 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 diff --git a/pagure/__init__.py b/pagure/__init__.py index efdb37e..dd72a29 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.5' +__version__ = '0.1.6' __api_version__ = '1'