From 96435c26e4d7ac2959272ba789b4606807ab139e Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Oct 13 2017 12:40:02 +0000 Subject: Release 3.10.1 Signed-off-by: Pierre-Yves Chibon --- diff --git a/doc/contributors.rst b/doc/contributors.rst index f3dac2d..a264fbd 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 13, 2017 (release 3.10), the list looks as follow: +On October 13, 2017 (release 3.10.1), the list looks as follow: ================= =========== Number of commits Contributor ================= =========== - 5466 Pierre-Yves Chibon + 5468 Pierre-Yves Chibon 191 Ryan Lerch 166 Vivek Anand 139 farhaanbukhsh diff --git a/files/pagure.spec b/files/pagure.spec index fd0b53b..0d1543b 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: 3.10 +Version: 3.10.1 Release: 1%{?dist} Summary: A git-centered forge @@ -385,6 +385,10 @@ install -m 644 pagure-loadjson/pagure_loadjson.service \ %changelog +* Fri Oct 13 2017 Pierre-Yves Chibon - 3.10.1-1 +- Update to 3.10.1 +- Fix providing access to some of the internal API endpoints by javascript + * Fri Oct 13 2017 Pierre-Yves Chibon - 3.10-1 - Update to 3.10 - Show the branches' head in the commit list diff --git a/pagure/__init__.py b/pagure/__init__.py index bc03707..3723fbd 100644 --- a/pagure/__init__.py +++ b/pagure/__init__.py @@ -12,7 +12,7 @@ __requires__ = ['SQLAlchemy >= 0.8', 'jinja2 >= 2.4'] import pkg_resources # noqa: E402,F401 -__version__ = '3.10' +__version__ = '3.10.1' __api_version__ = '0.19'