# HG changeset patch # User Julien Cristau # Date 1404374518 -7200 # Node ID fd45020eabfe561abcd6a08b417602aca185d159 # Parent f60a80592224c0217fcd6a8642e68937e4c085d7 [pkg] 3.19.2 diff -r f60a80592224 -r fd45020eabfe __pkginfo__.py --- a/__pkginfo__.py Fri Jun 06 14:55:26 2014 +0200 +++ b/__pkginfo__.py Thu Jul 03 10:01:58 2014 +0200 @@ -22,7 +22,7 @@ modname = distname = "cubicweb" -numversion = (3, 19, 1) +numversion = (3, 19, 2) version = '.'.join(str(num) for num in numversion) description = "a repository of entities / relations for knowledge management" diff -r f60a80592224 -r fd45020eabfe cubicweb.spec --- a/cubicweb.spec Fri Jun 06 14:55:26 2014 +0200 +++ b/cubicweb.spec Thu Jul 03 10:01:58 2014 +0200 @@ -7,7 +7,7 @@ %endif Name: cubicweb -Version: 3.19.1 +Version: 3.19.2 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 f60a80592224 -r fd45020eabfe debian/changelog --- a/debian/changelog Fri Jun 06 14:55:26 2014 +0200 +++ b/debian/changelog Thu Jul 03 10:01:58 2014 +0200 @@ -1,3 +1,9 @@ +cubicweb (3.19.1-1) unstable; urgency=low + + * new upstream release + + -- Julien Cristau Thu, 03 Jul 2014 09:53:52 +0200 + cubicweb (3.19.1-1) unstable; urgency=low * new upstream release