# HG changeset patch # User David Douard # Date 1462806314 -7200 # Node ID 636a83e65870433c2560f3c49d55ca628bc96e11 # Parent 558e5a6d1ec3db117889d6b60e9e09b948c91106 [pkg] 3.20.15 diff -r 558e5a6d1ec3 -r 636a83e65870 __pkginfo__.py --- a/__pkginfo__.py Wed Apr 20 14:43:48 2016 +0200 +++ b/__pkginfo__.py Mon May 09 17:05:14 2016 +0200 @@ -22,7 +22,7 @@ modname = distname = "cubicweb" -numversion = (3, 20, 14) +numversion = (3, 20, 15) version = '.'.join(str(num) for num in numversion) description = "a repository of entities / relations for knowledge management" diff -r 558e5a6d1ec3 -r 636a83e65870 cubicweb.spec --- a/cubicweb.spec Wed Apr 20 14:43:48 2016 +0200 +++ b/cubicweb.spec Mon May 09 17:05:14 2016 +0200 @@ -7,7 +7,7 @@ %endif Name: cubicweb -Version: 3.20.14 +Version: 3.20.15 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 558e5a6d1ec3 -r 636a83e65870 debian/changelog --- a/debian/changelog Wed Apr 20 14:43:48 2016 +0200 +++ b/debian/changelog Mon May 09 17:05:14 2016 +0200 @@ -1,3 +1,9 @@ +cubicweb (3.20.15-1) unstable; urgency=medium + + * new upstream release + + -- David Douard Mon, 09 May 2016 17:04:10 +0200 + cubicweb (3.20.14-1) unstable; urgency=medium * new upstream release