From 19a76c483fc2064226134bf8375a8de239f215e9 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Mar 29 2017 08:29:54 +0000 Subject: Release 2.14.1 --- diff --git a/doc/contributors.rst b/doc/contributors.rst index 37e5b21..3d2f296 100644 --- a/doc/contributors.rst +++ b/doc/contributors.rst @@ -3,12 +3,12 @@ Contributors to pagure Pagure would be nothing without its contributors. -On Mar 27, 2017 (release 2.14), the list looks as follow: +On Mar 29, 2017 (release 2.14.1), the list looks as follow: ================= =========== Number of commits Contributor ================= =========== - 5102 Pierre-Yves Chibon + 5114 Pierre-Yves Chibon 191 Ryan Lerch 138 Vivek Anand 89 farhaanbukhsh diff --git a/files/pagure.spec b/files/pagure.spec index 4890dab..e873409 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.14 +Version: 2.14.1 Release: 1%{?dist} Summary: A git-centered forge @@ -372,6 +372,14 @@ install -m 644 pagure-loadjson/pagure_loadjson.service \ %changelog +* Wed Mar 29 2017 Pierre-Yves Chibon - 2.14.1-1 +- Update to 2.14.1 +- Fix typo for walking the repo when creating a diff of a PR +- Have the web-hook use the signed content and have a content-type header +- Fix running the tests on jenkins via a couple of fixes to pagure-admin and + skipping a couple of tests on jenkins due to the current pygit2/libgit2 + situation in epel7 + * Mon Mar 27 2017 Pierre-Yves Chibon - 2.14-1 - Update to 2.14 - Update the label of the button to comment on a PR (Abhijeet Kasurde) diff --git a/pagure/__init__.py b/pagure/__init__.py index b17f26c..45fda1f 100644 --- a/pagure/__init__.py +++ b/pagure/__init__.py @@ -12,8 +12,8 @@ __requires__ = ['SQLAlchemy >= 0.8', 'jinja2 >= 2.4'] import pkg_resources -__version__ = '2.14' -__api_version__ = '0.11' +__version__ = '2.14.1' +__api_version__ = '0.12' import datetime