# HG changeset patch # User Julien Cristau # Date 1412609569 -7200 # Node ID 1ad8e2ebaf5cca884d71d0973b97b6c3083462de # Parent 65bb21409292fefad330f8368d628bdcfa0cbfb5 [pkg] 3.19.5 diff -r 65bb21409292 -r 1ad8e2ebaf5c __pkginfo__.py --- a/__pkginfo__.py Mon Sep 15 10:06:07 2014 +0200 +++ b/__pkginfo__.py Mon Oct 06 17:32:49 2014 +0200 @@ -22,7 +22,7 @@ modname = distname = "cubicweb" -numversion = (3, 19, 4) +numversion = (3, 19, 5) version = '.'.join(str(num) for num in numversion) description = "a repository of entities / relations for knowledge management" diff -r 65bb21409292 -r 1ad8e2ebaf5c cubicweb.spec --- a/cubicweb.spec Mon Sep 15 10:06:07 2014 +0200 +++ b/cubicweb.spec Mon Oct 06 17:32:49 2014 +0200 @@ -7,7 +7,7 @@ %endif Name: cubicweb -Version: 3.19.4 +Version: 3.19.5 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 65bb21409292 -r 1ad8e2ebaf5c debian/changelog --- a/debian/changelog Mon Sep 15 10:06:07 2014 +0200 +++ b/debian/changelog Mon Oct 06 17:32:49 2014 +0200 @@ -1,3 +1,9 @@ +cubicweb (3.19.5-1) unstable; urgency=low + + * new upstream release + + -- Julien Cristau Mon, 06 Oct 2014 17:32:28 +0200 + cubicweb (3.19.4-1) unstable; urgency=low * new upstream release