From 3a90671bf18aee48901a5d8ba7885f54ff7bcd41 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: May 13 2015 10:25:48 +0000 Subject: Release 0.1.3 --- diff --git a/doc/contributors.rst b/doc/contributors.rst index a8c1ffd..dc2d45f 100644 --- a/doc/contributors.rst +++ b/doc/contributors.rst @@ -3,12 +3,12 @@ Contributors to pagure Pagure would be nothing without its contributors. -On May 7, 2015 (release 0.1.2), the list looks as follow: +On May 13, 2015 (release 0.1.3), the list looks as follow: ================= =========== Number of commits Contributor ================= =========== - 2181 Pierre-Yves Chibon + 2207 Pierre-Yves Chibon 59 Johan Cwiklinski 13 Mathieu Bridon 12 Sayan Chowdhury diff --git a/files/pagure.spec b/files/pagure.spec index c798ee0..3fdaeba 100644 --- a/files/pagure.spec +++ b/files/pagure.spec @@ -2,8 +2,8 @@ %distutils.sysconfig import get_python_lib; print (get_python_lib())")} Name: pagure -Version: 0.1.2 -Release: 2%{?dist} +Version: 0.1.3 +Release: 1%{?dist} Summary: A git-centered forge License: GPLv2+ @@ -160,6 +160,11 @@ install -m 644 milters/pagure_milter.service \ %changelog +* Wed May 13 2015 Pierre-Yves Chibon - 0.1.3-1 +- Update to 0.1.3 +- Add support for gitolite3 +- Fix unit-tests suite to work on jenkins + * Sat May 09 2015 Pierre-Yves Chibon - 0.1.2-2 - Fix the Requires on the milter subpackage (adding: post, preun and postun) - Add systemd scriptlet to restart the service gracefully diff --git a/pagure/__init__.py b/pagure/__init__.py index 9e054e0..2309a30 100644 --- a/pagure/__init__.py +++ b/pagure/__init__.py @@ -12,7 +12,7 @@ __requires__ = ['SQLAlchemy >= 0.8', 'jinja2 >= 2.4'] import pkg_resources -__version__ = '0.1.2' +__version__ = '0.1.3' __api_version__ = '1'