From f4cd8521932cf7caf79db4773c1613ecbfb9ee21 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: May 07 2015 18:29:23 +0000 Subject: Release 0.1.2 --- diff --git a/doc/contributors.rst b/doc/contributors.rst index ab996d2..a8c1ffd 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 6, 2015 (release 0.1.1), the list looks as follow: +On May 7, 2015 (release 0.1.2), the list looks as follow: ================= =========== Number of commits Contributor ================= =========== - 2179 Pierre-Yves Chibon + 2181 Pierre-Yves Chibon 59 Johan Cwiklinski 13 Mathieu Bridon 12 Sayan Chowdhury diff --git a/files/pagure.spec b/files/pagure.spec index 4797403..5a19e20 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.1 +Version: 0.1.2 Release: 1%{?dist} Summary: A git-centered forge @@ -147,6 +147,10 @@ install -m 644 milters/pagure_milter.service \ %changelog +* Thu May 07 2015 Pierre-Yves Chibon - 0.1.2-1 +- Update to 0.1.2 +- Fix bug in the fedmsg hook file (Thanks Zbigniew Jędrzejewski-Szmek) + * Wed May 06 2015 Pierre-Yves Chibon - 0.1.1-1 - Update to 0.1.1 - Port to python-munch and list it in the dependencies diff --git a/pagure/__init__.py b/pagure/__init__.py index 55354a0..ef2a6e3 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.1' +__version__ = '0.1.2' __api_version__ = '1'