diff -r d8830e2bd2e0 -r 031c99666221 cubicweb/__pkginfo__.py --- a/cubicweb/__pkginfo__.py Thu Nov 03 15:00:01 2016 +0100 +++ b/cubicweb/__pkginfo__.py Thu Nov 03 18:22:47 2016 +0100 @@ -28,7 +28,7 @@ modname = distname = "cubicweb" numversion = (3, 24, 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"