# HG changeset patch # User Rémi Cardona # Date 1444406506 -7200 # Node ID a5428e1ab36491a8e6d66ce09d23b708b97e1337 # Parent 012ea658883b9590c3cd0494fa6a175de1831cc8 [pkg] 3.21.2 diff -r 012ea658883b -r a5428e1ab364 __pkginfo__.py --- a/__pkginfo__.py Fri Oct 09 18:03:40 2015 +0200 +++ b/__pkginfo__.py Fri Oct 09 18:01:46 2015 +0200 @@ -22,7 +22,7 @@ modname = distname = "cubicweb" -numversion = (3, 21, 1) +numversion = (3, 21, 2) version = '.'.join(str(num) for num in numversion) description = "a repository of entities / relations for knowledge management" diff -r 012ea658883b -r a5428e1ab364 cubicweb.spec --- a/cubicweb.spec Fri Oct 09 18:03:40 2015 +0200 +++ b/cubicweb.spec Fri Oct 09 18:01:46 2015 +0200 @@ -7,7 +7,7 @@ %endif Name: cubicweb -Version: 3.21.1 +Version: 3.21.2 Release: logilab.1%{?dist} Summary: CubicWeb is a semantic web application framework Source0: http://download.logilab.org/pub/cubicweb/cubicweb-%{version}.tar.gz diff -r 012ea658883b -r a5428e1ab364 debian/changelog --- a/debian/changelog Fri Oct 09 18:03:40 2015 +0200 +++ b/debian/changelog Fri Oct 09 18:01:46 2015 +0200 @@ -1,3 +1,9 @@ +cubicweb (3.21.2-1) unstable; urgency=medium + + * New upstream release. + + -- Rémi Cardona Fri, 09 Oct 2015 18:00:39 +0200 + cubicweb (3.21.1-1) unstable; urgency=medium * new upstream release