# HG changeset patch # User Julien Cristau # Date 1423146934 -3600 # Node ID b7c373d74754f5ba9344575cb179b47282c413b6 # Parent c6dfa0d6b7d1ee4df7377baf1c6171b72ef76d3f [pkg] 3.19.9 diff -r c6dfa0d6b7d1 -r b7c373d74754 __pkginfo__.py --- a/__pkginfo__.py Fri Jan 16 17:48:16 2015 +0100 +++ b/__pkginfo__.py Thu Feb 05 15:35:34 2015 +0100 @@ -22,7 +22,7 @@ modname = distname = "cubicweb" -numversion = (3, 19, 8) +numversion = (3, 19, 9) version = '.'.join(str(num) for num in numversion) description = "a repository of entities / relations for knowledge management" diff -r c6dfa0d6b7d1 -r b7c373d74754 cubicweb.spec --- a/cubicweb.spec Fri Jan 16 17:48:16 2015 +0100 +++ b/cubicweb.spec Thu Feb 05 15:35:34 2015 +0100 @@ -7,7 +7,7 @@ %endif Name: cubicweb -Version: 3.19.8 +Version: 3.19.9 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 c6dfa0d6b7d1 -r b7c373d74754 debian/changelog --- a/debian/changelog Fri Jan 16 17:48:16 2015 +0100 +++ b/debian/changelog Thu Feb 05 15:35:34 2015 +0100 @@ -1,3 +1,9 @@ +cubicweb (3.19.9-1) unstable; urgency=low + + * new upstream release + + -- Julien Cristau Thu, 05 Feb 2015 15:35:19 +0100 + cubicweb (3.19.8-1) unstable; urgency=medium * new upstream release