From bb6be9b64bd34aca0d65294cdfcc64e5173f1b16 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Jul 15 2016 07:31:52 +0000 Subject: Release 2.3.3 --- diff --git a/doc/contributors.rst b/doc/contributors.rst index f1b1c7e..e0e5ed8 100644 --- a/doc/contributors.rst +++ b/doc/contributors.rst @@ -3,17 +3,17 @@ Contributors to pagure Pagure would be nothing without its contributors. -On July 12, 2016 (release 2.3.2), the list looks as follow: +On July 15, 2016 (release 2.3.3), the list looks as follow: ================= =========== Number of commits Contributor ================= =========== - 4102 Pierre-Yves Chibon + 4105 Pierre-Yves Chibon 174 Ryan Lerch 61 farhaanbukhsh 59 Johan Cwiklinski 48 Clement Verna - 35 Vivek Anand + 36 Vivek Anand 18 Sayan Chowdhury 15 Gaurav Kumar 15 Lubomír Sedlář @@ -45,6 +45,7 @@ Number of commits Contributor 2 dhrish20 1 Anthony Lackey 1 David Caro + 1 Eric Barbour 1 Kunaal Jain 1 Mathew Robinson 1 Pierre-YvesChibon diff --git a/files/pagure.spec b/files/pagure.spec index fbfc8a4..5a75a9d 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.3.2 +Version: 2.3.3 Release: 1%{?dist} Summary: A git-centered forge @@ -259,6 +259,13 @@ install -m 644 webhook-server/pagure_webhook.service \ %changelog +* Fri Jul 15 2016 Pierre-Yves Chibon - 2.3.3-1 +- Update to 2.3.3 +- Fix redering the release page when the tag message contain only spaces (Vivek + Anand) +- Fix the search in @ (Eric Barbour) +- Displays link and git sub-modules in the tree with a dedicated icon + * Tue Jul 12 2016 Pierre-Yves Chibon - 2.3.2-1 - Update to 2.3.2 - Do not mark as local only some of the internal API endpoints since they are diff --git a/pagure/__init__.py b/pagure/__init__.py index e32b05b..312ef6a 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.3.2' +__version__ = '2.3.3' __api_version__ = '0.7'