# HG changeset patch # User Philippe Pepiot # Date 1583401274 -3600 # Node ID fb6aecd654a34b68b81a444340d5c6c8a7c80664 # Parent 2ad148f22c2ff2894b55fb9585a7c1f71cfdc384 [pkg] version 3.26.16 diff -r 2ad148f22c2f -r fb6aecd654a3 cubicweb/__pkginfo__.py --- a/cubicweb/__pkginfo__.py Tue Feb 25 23:31:30 2020 +0100 +++ b/cubicweb/__pkginfo__.py Thu Mar 05 10:41:14 2020 +0100 @@ -22,7 +22,7 @@ modname = distname = "cubicweb" -numversion = (3, 26, 15) +numversion = (3, 26, 16) version = '.'.join(str(num) for num in numversion) description = "a repository of entities / relations for knowledge management" diff -r 2ad148f22c2f -r fb6aecd654a3 debian/changelog --- a/debian/changelog Tue Feb 25 23:31:30 2020 +0100 +++ b/debian/changelog Thu Mar 05 10:41:14 2020 +0100 @@ -1,3 +1,9 @@ +cubicweb (3.26.16-1) unstable; urgency=medium + + * New upstream release + + -- Philippe Pepiot Thu, 05 Mar 2020 10:41:03 +0100 + cubicweb (3.26.15-1) unstable; urgency=medium * New upstream release.