From c6f29f6752673f8f583e8df7435e31a9e9a9a3c9 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Oct 12 2016 14:47:31 +0000 Subject: Release 2.7.1 --- diff --git a/doc/contributors.rst b/doc/contributors.rst index 6f0c24c..6d98636 100644 --- a/doc/contributors.rst +++ b/doc/contributors.rst @@ -3,12 +3,12 @@ Contributors to pagure Pagure would be nothing without its contributors. -On Oct 11, 2016 (release 2.7), the list looks as follow: +On Oct 12, 2016 (release 2.7.1), the list looks as follow: ================= =========== Number of commits Contributor ================= =========== - 4488 Pierre-Yves Chibon + 4492 Pierre-Yves Chibon 186 Ryan Lerch 89 farhaanbukhsh 59 Johan Cwiklinski diff --git a/files/pagure.spec b/files/pagure.spec index 7eeb628..fba559e 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: 2.7 +Version: 2.7.1 Release: 1%{?dist} Summary: A git-centered forge @@ -298,6 +298,10 @@ install -m 644 pagure-ci/pagure_ci.service \ %changelog +* Wed Oct 12 2016 Pierre-Yves Chibon - 2.7.1-1 +- Update to 2.7.1 +- Bug fix to the custom fields feature + * Tue Oct 11 2016 Pierre-Yves Chibon - 2.7-1 - Update to 2.7 - Clean imports (Vivek Anand) diff --git a/pagure/__init__.py b/pagure/__init__.py index f974a05..83c1263 100644 --- a/pagure/__init__.py +++ b/pagure/__init__.py @@ -12,7 +12,7 @@ __requires__ = ['SQLAlchemy >= 0.8', 'jinja2 >= 2.4'] import pkg_resources -__version__ = '2.7' +__version__ = '2.7.1' __api_version__ = '0.8'