From f3fbe7dff6ac3d25577f6094ed999f4442e2280a Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Dec 04 2016 08:32:41 +0000 Subject: Release 2.10.1 --- diff --git a/doc/contributors.rst b/doc/contributors.rst index 2943006..701a07c 100644 --- a/doc/contributors.rst +++ b/doc/contributors.rst @@ -3,20 +3,20 @@ Contributors to pagure Pagure would be nothing without its contributors. -On Dec 2, 2016 (release 2.10), the list looks as follow: +On Dec 4, 2016 (release 2.10.1), the list looks as follow: ================= =========== Number of commits Contributor ================= =========== - 4716 Pierre-Yves Chibon + 4720 Pierre-Yves Chibon 191 Ryan Lerch 89 farhaanbukhsh 59 Johan Cwiklinski 56 Vivek Anand 55 Clement Verna 31 Farhaan Bukhsh + 30 Lubomír Sedlář 26 Patrick Uiterwijk - 25 Lubomír Sedlář 18 Sayan Chowdhury 16 Jeremy Cline 15 Gaurav Kumar diff --git a/files/pagure.spec b/files/pagure.spec index 83fb86e..0c25839 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.10 +Version: 2.10.1 Release: 1%{?dist} Summary: A git-centered forge @@ -298,6 +298,11 @@ install -m 644 pagure-ci/pagure_ci.service \ %changelog +* Sun Dec 04 2016 Pierre-Yves Chibon - 2.10.1-1 +- Update to 2.10.1 +- Clean up the JS code in the settings page (Lubomír Sedlář) +- Fix the URLs in the `My Issues` and `My Pull-request` pages + * Fri Dec 02 2016 Pierre-Yves Chibon - 2.10-1 - Update to 2.10 - Updating language on not found page (Brian (bex) Exelbierd) diff --git a/pagure/__init__.py b/pagure/__init__.py index 2121707..488f1ce 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.10' +__version__ = '2.10.1' __api_version__ = '0.10'