From 79a51f130e8824061948dc935d7a201c397a5e09 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Mar 11 2014 15:05:38 +0000 Subject: Bump to 0.2.1, simple documentation fix release --- diff --git a/doc/conf.py b/doc/conf.py index bd5cd78..af99572 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -58,7 +58,7 @@ copyright = u'2013-2014, Pierre-Yves Chibon ' # # The short X.Y version. #version = __version__ -version = '0.2' +version = '0.2.1' # The full version, including alpha/beta/rc tags. #release = '1' diff --git a/pkgdb2/__init__.py b/pkgdb2/__init__.py index 9a8926e..4e94e4c 100644 --- a/pkgdb2/__init__.py +++ b/pkgdb2/__init__.py @@ -37,8 +37,8 @@ from functools import wraps from flask.ext.fas_openid import FAS -__version__ = '0.2' -__api_version__ = '0.2' +__version__ = '0.2.1' +__api_version__ = '0.2.1' APP = flask.Flask(__name__) diff --git a/utility/pkgdb2.spec b/utility/pkgdb2.spec index c4dc9f1..ff5907a 100644 --- a/utility/pkgdb2.spec +++ b/utility/pkgdb2.spec @@ -2,7 +2,7 @@ %distutils.sysconfig import get_python_lib; print (get_python_lib())")} Name: pkgdb2 -Version: 0.2 +Version: 0.2.1 Release: 1%{?dist} Summary: The Fedora package database @@ -94,6 +94,10 @@ install -m 644 createdb.py $RPM_BUILD_ROOT/%{_datadir}/pkgdb2/pkgdb2_createdb.py %{python_sitelib}/%{name}*.egg-info %changelog +* Tue Mar 11 2014 Pierre-Yves Chibon - 0.2.1-1 +- Update to 0.2.1 +- Fix documentation for /api/package/ + * Tue Mar 11 2014 Pierre-Yves Chibon - 0.2-1 - Update to 0.2 - Let /api/package/ allow filter for multiple branches