# HG changeset patch # User Rémi Cardona <remi.cardona@logilab.fr> # Date 1415012090 -3600 # Mon Nov 03 11:54:50 2014 +0100 # Node ID 30c90c0639405bf969712fe7c9d64f05b870801b # Parent 1eb85791a7fa55af5ec8a2ae9d60e8dccbb1a7b4 [pkg] Prepare 0.3.7 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, 6) +numversion = (0, 3, 7) 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.6 +Version: 0.3.7 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.7-1) unstable; urgency=low + + * New upstream release. + + -- Rémi Cardona <remi.cardona@logilab.fr> Mon, 03 Nov 2014 11:53:33 +0100 + cubicweb-squareui (0.3.6-1) unstable; urgency=low * New upstream release.