diff -r 7ed069414b27 -r 1fc684253207 cubicweb/__pkginfo__.py --- a/cubicweb/__pkginfo__.py Wed Jul 24 11:43:21 2019 +0200 +++ b/cubicweb/__pkginfo__.py Wed Jul 24 10:22:25 2019 +0200 @@ -22,7 +22,7 @@ modname = distname = "cubicweb" -numversion = (3, 26, 12) +numversion = (3, 26, 13) version = '.'.join(str(num) for num in numversion) description = "a repository of entities / relations for knowledge management"