From 6e83a0f3f9908b0cf8d8891653f4fc19a5f8658c Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Mar 29 2017 14:45:09 +0000 Subject: Update to 2.14.2 --- diff --git a/doc/contributors.rst b/doc/contributors.rst index 3d2f296..d76ff83 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 29, 2017 (release 2.14.1), the list looks as follow: +On Mar 29, 2017 (release 2.14.2), the list looks as follow: ================= =========== Number of commits Contributor ================= =========== - 5114 Pierre-Yves Chibon + 5117 Pierre-Yves Chibon 191 Ryan Lerch 138 Vivek Anand 89 farhaanbukhsh diff --git a/files/pagure.spec b/files/pagure.spec index e873409..fdb6898 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.1 +Version: 2.14.2 Release: 1%{?dist} Summary: A git-centered forge @@ -372,6 +372,10 @@ install -m 644 pagure-loadjson/pagure_loadjson.service \ %changelog +* Wed Mar 29 2017 Pierre-Yves Chibon - 2.14.2-1 +- Update to 2.14.2 +- Fix a bug in the logic around diff branches in repos + * 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 diff --git a/pagure/__init__.py b/pagure/__init__.py index 45fda1f..511e09a 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.14.1' +__version__ = '2.14.2' __api_version__ = '0.12'