# HG changeset patch # User Philippe Pepiot # Date 1531914465 -7200 # Node ID 8362503a92482e74a674c78fe009cf6ff346c817 # Parent 57e06dd166d455af0afd84a3e6dbc779cca39998 [pkg] version 3.26.6 diff -r 57e06dd166d4 -r 8362503a9248 cubicweb/__pkginfo__.py --- a/cubicweb/__pkginfo__.py Wed Jul 18 11:27:05 2018 +0200 +++ b/cubicweb/__pkginfo__.py Wed Jul 18 13:47:45 2018 +0200 @@ -22,7 +22,7 @@ modname = distname = "cubicweb" -numversion = (3, 26, 5) +numversion = (3, 26, 6) version = '.'.join(str(num) for num in numversion) description = "a repository of entities / relations for knowledge management" diff -r 57e06dd166d4 -r 8362503a9248 debian/changelog --- a/debian/changelog Wed Jul 18 11:27:05 2018 +0200 +++ b/debian/changelog Wed Jul 18 13:47:45 2018 +0200 @@ -1,3 +1,9 @@ +cubicweb (3.26.6-1) unstable; urgency=medium + + * New upstream release + + -- Philippe Pepiot Wed, 18 Jul 2018 13:46:36 +0200 + cubicweb (3.26.4-1) unstable; urgency=medium * New upstream release.