diff -r 39208d9256a2 -r e1c1af68db86 cubicweb/__pkginfo__.py --- a/cubicweb/__pkginfo__.py Fri Jun 15 17:45:26 2018 +0200 +++ b/cubicweb/__pkginfo__.py Mon Jun 18 08:58:47 2018 +0200 @@ -22,7 +22,7 @@ modname = distname = "cubicweb" -numversion = (3, 26, 3) +numversion = (3, 26, 4) version = '.'.join(str(num) for num in numversion) description = "a repository of entities / relations for knowledge management"