# HG changeset patch # User Rémi Cardona <remi.cardona@logilab.fr> # Date 1427796781 -7200 # Tue Mar 31 12:13:01 2015 +0200 # Node ID 8726628e1bfdc8eb40076cb694facf53be3872fb # Parent 3c1864f6c6a3f8d1d231b09eda837d2d7184b3ad [pkg] Prepare 1.0.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 = (1, 0, 0) +numversion = (1, 0, 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: 1.0.0 +Version: 1.0.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 (1.0.1-1) unstable; urgency=medium + + * New upstream release. + + -- Rémi Cardona <remi.cardona@logilab.fr> Tue, 31 Mar 2015 12:12:44 +0200 + cubicweb-squareui (1.0.0-1) unstable; urgency=medium * New upstream release.