diff -r baed516c6f6e -r e4f11ef1face cubicweb/__pkginfo__.py --- a/cubicweb/__pkginfo__.py Fri Jun 10 16:45:20 2016 +0200 +++ b/cubicweb/__pkginfo__.py Thu Jun 16 15:53:01 2016 +0200 @@ -23,7 +23,7 @@ modname = distname = "cubicweb" numversion = (3, 22, 2) -version = '.'.join(str(num) for num in numversion) +version = '.'.join(str(num) for num in numversion) + '.dev0' description = "a repository of entities / relations for knowledge management" author = "Logilab"