diff -r be4824a72bf5 -r 5010381099f1 cubicweb/__pkginfo__.py --- a/cubicweb/__pkginfo__.py Thu Jun 22 16:39:48 2017 +0200 +++ b/cubicweb/__pkginfo__.py Mon Sep 11 16:19:00 2017 +0200 @@ -27,7 +27,7 @@ modname = distname = "cubicweb" -numversion = (3, 25, 1) +numversion = (3, 25, 2) version = '.'.join(str(num) for num in numversion) description = "a repository of entities / relations for knowledge management"