# HG changeset patch # User Katia Saurfelt <katia.saurfelt@logilab.fr> # Date 1602191167 -7200 # Thu Oct 08 23:06:07 2020 +0200 # Node ID b3f3e14c2cd4fb5c006ffad6ab87044acd372bfa # Parent b3a7040781c7649ac756a7471594f820f67c6f2c [pkg] version 1.1.3 diff --git a/cubicweb_squareui/__pkginfo__.py b/cubicweb_squareui/__pkginfo__.py --- a/cubicweb_squareui/__pkginfo__.py +++ b/cubicweb_squareui/__pkginfo__.py @@ -4,7 +4,7 @@ modname = 'squareui' distname = 'cubicweb-squareui' -numversion = (1, 1, 2) +numversion = (1, 1, 3) version = '.'.join(str(num) for num in numversion) license = 'LGPL' diff --git a/debian/changelog b/debian/changelog --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cubicweb-squareui (1.1.3-1) unstable; urgency=medium + + * new upstream release + + -- Katia Saurfelt <katia.saurfelt@logilab.fr> Thu, 08 Oct 2020 23:05:22 +0200 + cubicweb-squareui (1.1.2-1) unstable; urgency=medium * new upstream release