# HG changeset patch # User Rémi Cardona <remi.cardona@logilab.fr> # Date 1395228751 -3600 # Wed Mar 19 12:32:31 2014 +0100 # Node ID fd36d7fcddd909d54f9820302b694c6d65e1cac1 # Parent 05ba78dfb55698f3a609352dc14c55dd6ab2ece7 [pkg] Prepare 0.3.1 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, 3, 0) +numversion = (0, 3, 1) 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.3.0 +Version: 0.3.1 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.3.1-1) precise; urgency=low + + * New upstream release. + + -- Rémi Cardona <remi.cardona@logilab.fr> Wed, 19 Mar 2014 12:32:11 +0100 + cubicweb-squareui (0.3.0-1) precise; urgency=low * New upstream release.