# HG changeset patch # User Julien Cristau # Date 1458579580 -3600 # Node ID f66a4895759e0913b1203943fc2cd7be1a821e05 # Parent b3d3e23be27b0b362cf2cd2ebd140dd8ce74bc12 [pkg] 3.20.14 diff -r b3d3e23be27b -r f66a4895759e __pkginfo__.py --- a/__pkginfo__.py Wed Mar 09 17:01:42 2016 +0100 +++ b/__pkginfo__.py Mon Mar 21 17:59:40 2016 +0100 @@ -22,7 +22,7 @@ modname = distname = "cubicweb" -numversion = (3, 20, 13) +numversion = (3, 20, 14) version = '.'.join(str(num) for num in numversion) description = "a repository of entities / relations for knowledge management" diff -r b3d3e23be27b -r f66a4895759e cubicweb.spec --- a/cubicweb.spec Wed Mar 09 17:01:42 2016 +0100 +++ b/cubicweb.spec Mon Mar 21 17:59:40 2016 +0100 @@ -7,7 +7,7 @@ %endif Name: cubicweb -Version: 3.20.13 +Version: 3.20.14 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 b3d3e23be27b -r f66a4895759e debian/changelog --- a/debian/changelog Wed Mar 09 17:01:42 2016 +0100 +++ b/debian/changelog Mon Mar 21 17:59:40 2016 +0100 @@ -1,3 +1,9 @@ +cubicweb (3.20.14-1) unstable; urgency=medium + + * new upstream release + + -- Julien Cristau Mon, 21 Mar 2016 17:59:22 +0100 + cubicweb (3.20.13-1) unstable; urgency=medium * new upstream release