From 922b19a9325b67eaf545ddb67c930c75ce7369a8 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Aug 07 2015 08:28:17 +0000 Subject: Release 0.1.22 --- diff --git a/doc/contributors.rst b/doc/contributors.rst index e1d0acf..6cdd1f4 100644 --- a/doc/contributors.rst +++ b/doc/contributors.rst @@ -3,12 +3,12 @@ Contributors to pagure Pagure would be nothing without its contributors. -On August 5, 2015 (release 0.1.21), the list looks as follow: +On August 7, 2015 (release 0.1.22), the list looks as follow: ================= =========== Number of commits Contributor ================= =========== - 2981 Pierre-Yves Chibon + 2987 Pierre-Yves Chibon 59 Johan Cwiklinski 13 Mathieu Bridon 12 Sayan Chowdhury diff --git a/files/pagure.spec b/files/pagure.spec index 7caf39c..74c3395 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.21 +Version: 0.1.22 Release: 1%{?dist} Summary: A git-centered forge @@ -212,6 +212,12 @@ install -m 644 ev-server/pagure_ev.service \ %changelog +* Fri Aug 07 2015 Pierre-Yves Chibon - 0.1.22 +- Update to 0.1.22 +- Adjust the README to the current state of pagure +- Rework how we integrate our custom tags into markdown to avoid the infinite + loop we run into once in a while + * Wed Aug 05 2015 Pierre-Yves Chibon - 0.1.21 - Update to 0.1.21 - Make SSH protocol explicit for SSH URLs (Till Maas) diff --git a/pagure/__init__.py b/pagure/__init__.py index 49d9793..1c1f359 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.21' +__version__ = '0.1.22' __api_version__ = '0.5'