# HG changeset patch # User Rémi Cardona <remi.cardona@logilab.fr> # Date 1394793395 -3600 # Fri Mar 14 11:36:35 2014 +0100 # Node ID 4f234e23a1aca4b179a76dbe5973c707aa988b08 # Parent ac3b18de23eb3880ec3c73852d59e8f5c1d25a53 [pkg] Prepare 0.3.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, 2, 1) +numversion = (0, 3, 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.2.1 +Version: 0.3.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.3.0-1) precise; urgency=low + + * New upstream release. + + -- Rémi Cardona <remi.cardona@logilab.fr> Fri, 14 Mar 2014 11:35:43 +0100 + cubicweb-squareui (0.2.1-1) precise; urgency=low * New upstream release