# HG changeset patch # User Sylvain Thénault <sylvain.thenault@logilab.fr> # Date 1479734788 -3600 # Mon Nov 21 14:26:28 2016 +0100 # Node ID d6a2bbb5f4db401ee73d619a557983a5bce16c01 # Parent ccea4312bc0a14f2991f89f2f3a7a2975f1111f1 Prepare 1.0.3 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, 2) +numversion = (1, 0, 3) 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.2 +Version: 1.0.3 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.3-1) unstable; urgency=medium + + * New upstream release + + -- Sylvain Thenault <sylvain.thenault@logilab.fr> Mon, 21 Nov 2016 14:25:50 +0100 + cubicweb-squareui (1.0.2-1) unstable; urgency=medium * New upstream release.