# HG changeset patch # User David Douard # Date 1468925359 -7200 # Node ID 0b4fd993e9d7f67287a94b6520903c1ce2878ced # Parent 5a366414d904d6a42eca4f6c8870d986b3fe8ddc [pkg] 3.20.16 diff -r 5a366414d904 -r 0b4fd993e9d7 __pkginfo__.py --- a/__pkginfo__.py Tue Jul 19 12:47:28 2016 +0200 +++ b/__pkginfo__.py Tue Jul 19 12:49:19 2016 +0200 @@ -22,7 +22,7 @@ modname = distname = "cubicweb" -numversion = (3, 20, 15) +numversion = (3, 20, 16) version = '.'.join(str(num) for num in numversion) description = "a repository of entities / relations for knowledge management" diff -r 5a366414d904 -r 0b4fd993e9d7 cubicweb.spec --- a/cubicweb.spec Tue Jul 19 12:47:28 2016 +0200 +++ b/cubicweb.spec Tue Jul 19 12:49:19 2016 +0200 @@ -7,7 +7,7 @@ %endif Name: cubicweb -Version: 3.20.15 +Version: 3.20.16 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 5a366414d904 -r 0b4fd993e9d7 debian/changelog --- a/debian/changelog Tue Jul 19 12:47:28 2016 +0200 +++ b/debian/changelog Tue Jul 19 12:49:19 2016 +0200 @@ -1,3 +1,9 @@ +cubicweb (3.20.16-1) unstable; urgency=medium + + * new upstream release + + -- David Douard Tue, 19 Jul 2016 12:48:45 +0200 + cubicweb (3.20.15-1) unstable; urgency=medium * new upstream release