# HG changeset patch # User Rémi Cardona # Date 1449674914 -3600 # Node ID c44930ac9579fe4d526b26892954e56021af18be # Parent 8b8193046600fe937b387723909ad2efbdbf6939 [pkg] 3.20.11 diff -r 8b8193046600 -r c44930ac9579 __pkginfo__.py --- a/__pkginfo__.py Tue Dec 08 17:59:54 2015 +0100 +++ b/__pkginfo__.py Wed Dec 09 16:28:34 2015 +0100 @@ -22,7 +22,7 @@ modname = distname = "cubicweb" -numversion = (3, 20, 10) +numversion = (3, 20, 11) version = '.'.join(str(num) for num in numversion) description = "a repository of entities / relations for knowledge management" diff -r 8b8193046600 -r c44930ac9579 cubicweb.spec --- a/cubicweb.spec Tue Dec 08 17:59:54 2015 +0100 +++ b/cubicweb.spec Wed Dec 09 16:28:34 2015 +0100 @@ -7,7 +7,7 @@ %endif Name: cubicweb -Version: 3.20.10 +Version: 3.20.11 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 8b8193046600 -r c44930ac9579 debian/changelog --- a/debian/changelog Tue Dec 08 17:59:54 2015 +0100 +++ b/debian/changelog Wed Dec 09 16:28:34 2015 +0100 @@ -1,3 +1,9 @@ +cubicweb (3.20.11-1) unstable; urgency=medium + + * New upstream release. + + -- Rémi Cardona Wed, 09 Dec 2015 16:27:45 +0100 + cubicweb (3.20.10-1) unstable; urgency=medium * New upstream release.