diff -r d2e9999861a5 -r 0a60a2ace325 cubicweb/__pkginfo__.py --- a/cubicweb/__pkginfo__.py Thu Feb 15 14:20:11 2018 +0100 +++ b/cubicweb/__pkginfo__.py Wed Feb 21 18:07:24 2018 +0100 @@ -22,7 +22,7 @@ modname = distname = "cubicweb" -numversion = (3, 26, 0) +numversion = (3, 26, 1) version = '.'.join(str(num) for num in numversion) description = "a repository of entities / relations for knowledge management"