# HG changeset patch # User Julien Cristau # Date 1455616924 -3600 # Node ID 72a0f70879ac40ea57575be90bc6427f61ce3bd6 # Parent a385bd14617879e2da1b037a8599612aca878725 [pkg] 3.19.14 diff -r a385bd146178 -r 72a0f70879ac __pkginfo__.py --- a/__pkginfo__.py Tue Feb 16 11:01:09 2016 +0100 +++ b/__pkginfo__.py Tue Feb 16 11:02:04 2016 +0100 @@ -22,7 +22,7 @@ modname = distname = "cubicweb" -numversion = (3, 19, 13) +numversion = (3, 19, 14) version = '.'.join(str(num) for num in numversion) description = "a repository of entities / relations for knowledge management" diff -r a385bd146178 -r 72a0f70879ac cubicweb.spec --- a/cubicweb.spec Tue Feb 16 11:01:09 2016 +0100 +++ b/cubicweb.spec Tue Feb 16 11:02:04 2016 +0100 @@ -7,7 +7,7 @@ %endif Name: cubicweb -Version: 3.19.13 +Version: 3.19.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 a385bd146178 -r 72a0f70879ac debian/changelog --- a/debian/changelog Tue Feb 16 11:01:09 2016 +0100 +++ b/debian/changelog Tue Feb 16 11:02:04 2016 +0100 @@ -1,3 +1,9 @@ +cubicweb (3.19.14-1) unstable; urgency=medium + + * new upstream release + + -- Julien Cristau Tue, 16 Feb 2016 11:01:47 +0100 + cubicweb (3.19.13-1) unstable; urgency=medium * New upstream release.