From c2408634bed0e229c65ee619ed4d5b7436c23460 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Jun 22 2015 14:03:08 +0000 Subject: Release 0.1.18 --- diff --git a/doc/contributors.rst b/doc/contributors.rst index 9c0d3d5..aab56c2 100644 --- a/doc/contributors.rst +++ b/doc/contributors.rst @@ -3,12 +3,12 @@ Contributors to pagure Pagure would be nothing without its contributors. -On June 22, 2015 (release 0.1.17), the list looks as follow: +On June 22, 2015 (release 0.1.18), the list looks as follow: ================= =========== Number of commits Contributor ================= =========== - 2734 Pierre-Yves Chibon + 2740 Pierre-Yves Chibon 59 Johan Cwiklinski 13 Mathieu Bridon 12 Sayan Chowdhury diff --git a/files/pagure.spec b/files/pagure.spec index af1f37e..4a98797 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.17 +Version: 0.1.18 Release: 1%{?dist} Summary: A git-centered forge @@ -212,6 +212,11 @@ install -m 644 ev-server/pagure_ev.service \ %changelog +* Mon Jun 22 2015 Pierre-Yves Chibon - 0.1.18-1 +- Update to 0.1.18 +- Fix the eventsource server for CORS +- Fix showing/checking the merge status of a PR + * Mon Jun 22 2015 Pierre-Yves Chibon - 0.1.17-1 - Update to 0.1.17 - Fix for missing docs of API issue add comment (Kunaal Jain) diff --git a/pagure/__init__.py b/pagure/__init__.py index 32eec7b..d866414 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.17' +__version__ = '0.1.18' __api_version__ = '0.4'