From 5cb4a8d9662147068ab936463b0b2d23c37af320 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Oct 05 2015 08:26:16 +0000 Subject: Release 0.1.26 --- diff --git a/doc/contributors.rst b/doc/contributors.rst index 9493fd3..875f509 100644 --- a/doc/contributors.rst +++ b/doc/contributors.rst @@ -3,12 +3,12 @@ Contributors to pagure Pagure would be nothing without its contributors. -On October 5, 2015 (release 0.1.25), the list looks as follow: +On October 5, 2015 (release 0.1.26), the list looks as follow: ================= =========== Number of commits Contributor ================= =========== - 3153 Pierre-Yves Chibon + 3157 Pierre-Yves Chibon 59 Johan Cwiklinski 13 Ghost-script 13 Mathieu Bridon diff --git a/files/pagure.spec b/files/pagure.spec index a2b2714..ad282df 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.25 +Version: 0.1.26 Release: 1%{?dist} Summary: A git-centered forge @@ -212,6 +212,10 @@ install -m 644 ev-server/pagure_ev.service \ %changelog +* Mon Oct 05 2015 Pierre-Yves Chibon - 0.1.26-1 +- Update to 0.1.26 +- Let admins close PRs as well + * Mon Oct 05 2015 Pierre-Yves Chibon - 0.1.25-1 - Update to 0.1.25 - Improve the documentation (especially the part about configuring pagure and diff --git a/pagure/__init__.py b/pagure/__init__.py index 375846c..3d1e653 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.25' +__version__ = '0.1.26' __api_version__ = '0.6'