# HG changeset patch # User Rémi Cardona # Date 1444149314 -7200 # Node ID f933a38d7ab5fc6f2ad593fe1cf9985ce9d7e873 # Parent b9322cc17d7e6b49aba8a74aefc7c81440174831 [pkg] 3.19.13 diff -r b9322cc17d7e -r f933a38d7ab5 __pkginfo__.py --- a/__pkginfo__.py Mon Oct 05 16:36:49 2015 +0200 +++ b/__pkginfo__.py Tue Oct 06 18:35:14 2015 +0200 @@ -22,7 +22,7 @@ modname = distname = "cubicweb" -numversion = (3, 19, 12) +numversion = (3, 19, 13) version = '.'.join(str(num) for num in numversion) description = "a repository of entities / relations for knowledge management" diff -r b9322cc17d7e -r f933a38d7ab5 cubicweb.spec --- a/cubicweb.spec Mon Oct 05 16:36:49 2015 +0200 +++ b/cubicweb.spec Tue Oct 06 18:35:14 2015 +0200 @@ -7,7 +7,7 @@ %endif Name: cubicweb -Version: 3.19.12 +Version: 3.19.13 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 b9322cc17d7e -r f933a38d7ab5 debian/changelog --- a/debian/changelog Mon Oct 05 16:36:49 2015 +0200 +++ b/debian/changelog Tue Oct 06 18:35:14 2015 +0200 @@ -1,3 +1,9 @@ +cubicweb (3.19.13-1) unstable; urgency=medium + + * New upstream release. + + -- Rémi Cardona Tue, 06 Oct 2015 18:31:33 +0200 + cubicweb (3.19.12-1) unstable; urgency=low * New upstream release