From 7fd3b7f404acbfd96a3f5ed04e53a32a18690c3f Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Apr 24 2016 13:25:05 +0000 Subject: Release 2.0.1 --- diff --git a/doc/contributors.rst b/doc/contributors.rst index aa7ffcd..7354ecc 100644 --- a/doc/contributors.rst +++ b/doc/contributors.rst @@ -3,12 +3,12 @@ Contributors to pagure Pagure would be nothing without its contributors. -On April 22, 2016 (release 2.0), the list looks as follow: +On April 24, 2016 (release 2.0.1), the list looks as follow: ================= =========== Number of commits Contributor ================= =========== - 3917 Pierre-Yves Chibon + 3923 Pierre-Yves Chibon 148 Ryan Lerch 59 Johan Cwiklinski 55 farhaanbukhsh diff --git a/files/pagure.spec b/files/pagure.spec index 5e6c7f2..f497719 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.0 +Version: 2.0.1 Release: 1%{?dist} Summary: A git-centered forge @@ -253,6 +253,12 @@ install -m 644 webhook-server/pagure_webhook.service \ %changelog +* Sun Apr 24 2016 Pierre-Yves Chibon - 2.0.1-1 +- Update to 2.0.1 +- Fixes to the UPGRADING documentation +- Fix URLs to the git repos shown in the overview page for forks +- Fix the project titles in the html to not start with `forks/` + * Fri Apr 22 2016 Pierre-Yves Chibon - 2.0-1 - Update to 2.0 - Rework the initial comment of a PR, making it less a comment and more diff --git a/pagure/__init__.py b/pagure/__init__.py index dff438c..9fcfa8b 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.0' +__version__ = '2.0.1' __api_version__ = '0.6'