diff -r 79bc50f8d2ba -r b7a4b8458932 cubicweb/__pkginfo__.py --- a/cubicweb/__pkginfo__.py Wed Jun 29 13:52:25 2016 +0200 +++ b/cubicweb/__pkginfo__.py Tue Jul 05 13:02:14 2016 +0200 @@ -27,7 +27,7 @@ modname = distname = "cubicweb" -numversion = (3, 23, 1) +numversion = (3, 23, 2) version = '.'.join(str(num) for num in numversion) description = "a repository of entities / relations for knowledge management"