diff -r 25a5f7f90f39 -r 52dae7bc0ffd cubicweb/__pkginfo__.py --- a/cubicweb/__pkginfo__.py Fri Jun 24 10:25:50 2016 +0200 +++ b/cubicweb/__pkginfo__.py Thu Jun 23 16:29:03 2016 +0200 @@ -28,7 +28,7 @@ modname = distname = "cubicweb" numversion = (3, 23, 0) -version = '.'.join(str(num) for num in numversion) + '.dev0' +version = '.'.join(str(num) for num in numversion) description = "a repository of entities / relations for knowledge management" author = "Logilab"