diff -r b640ef6ad633 -r f7067be5f69c cubicweb/__pkginfo__.py --- a/cubicweb/__pkginfo__.py Mon Oct 16 12:10:19 2017 +0200 +++ b/cubicweb/__pkginfo__.py Mon Apr 23 15:17:36 2018 +0200 @@ -22,7 +22,7 @@ modname = distname = "cubicweb" -numversion = (3, 26, 2) +numversion = (3, 26, 3) version = '.'.join(str(num) for num in numversion) description = "a repository of entities / relations for knowledge management"