# HG changeset patch # User Rémi Cardona <remi.cardona@logilab.fr> # Date 1390901482 -3600 # Tue Jan 28 10:31:22 2014 +0100 # Node ID 9e5732ec1cc0a3a6804eb5aa9ea7cf237867d7c9 # Parent e912f1af89b2f8818a112950d39f8f0e386c7489 [pkg] Prepare 0.2.0 release diff --git a/__pkginfo__.py b/__pkginfo__.py --- a/__pkginfo__.py +++ b/__pkginfo__.py @@ -4,7 +4,7 @@ modname = 'squareui' distname = 'cubicweb-squareui' -numversion = (0, 1, 0) +numversion = (0, 2, 0) version = '.'.join(str(num) for num in numversion) license = 'LGPL' diff --git a/cubicweb-squareui.spec b/cubicweb-squareui.spec --- a/cubicweb-squareui.spec +++ b/cubicweb-squareui.spec @@ -9,7 +9,7 @@ %{!?_python_sitelib: %define _python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: cubicweb-squareui -Version: 0.1.0 +Version: 0.2.0 Release: logilab.1%{?dist} Summary: squareui component for the CubicWeb framework Group: Applications/Internet diff --git a/debian/changelog b/debian/changelog --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cubicweb-squareui (0.2.0-1) unstable; urgency=low + + * New upstream release. + + -- Rémi Cardona <remi.cardona@logilab.fr> Tue, 28 Jan 2014 10:30:13 +0100 + cubicweb-squareui (0.1.0-1) unstable; urgency=low * initial release