diff -r 7402b18b48a7 -r 70d28e632206 cubicweb/__pkginfo__.py --- a/cubicweb/__pkginfo__.py Mon Jan 30 10:18:31 2017 +0100 +++ b/cubicweb/__pkginfo__.py Tue Jan 31 10:41:04 2017 +0100 @@ -27,7 +27,7 @@ modname = distname = "cubicweb" -numversion = (3, 24, 4) +numversion = (3, 24, 5) version = '.'.join(str(num) for num in numversion) description = "a repository of entities / relations for knowledge management"