From 66bea56fa3794bd7f4ed980f8f182585f578a4b8 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Jun 05 2015 12:22:40 +0000 Subject: Release 0.1.12 --- diff --git a/doc/contributors.rst b/doc/contributors.rst index 99daa76..568cfed 100644 --- a/doc/contributors.rst +++ b/doc/contributors.rst @@ -3,12 +3,12 @@ Contributors to pagure Pagure would be nothing without its contributors. -On June 05, 2015 (release 0.1.11), the list looks as follow: +On June 05, 2015 (release 0.1.12), the list looks as follow: ================= =========== Number of commits Contributor ================= =========== - 2532 Pierre-Yves Chibon + 2536 Pierre-Yves Chibon 59 Johan Cwiklinski 13 Mathieu Bridon 12 Sayan Chowdhury diff --git a/files/pagure.spec b/files/pagure.spec index 199c677..94d53ec 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: 0.1.11 +Version: 0.1.12 Release: 1%{?dist} Summary: A git-centered forge @@ -175,6 +175,12 @@ install -m 644 milters/comment_email_milter.py \ %changelog +* Fri Jun 05 2015 Pierre-Yves Chibon - 0.1.12-1 +- Update to 0.1.12 +- Fix the URL where the sources upload are done +- Upload the new sources under the project's name (be it project or + user/project) + * Fri Jun 05 2015 Pierre-Yves Chibon - 0.1.11-1 - Update to 0.1.11 - Another fix for the fedmsg_hook git hook diff --git a/pagure/__init__.py b/pagure/__init__.py index 8019aaa..3b21682 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.11' +__version__ = '0.1.12' __api_version__ = '0.3'