diff -r 339b26bf17d2 -r f5fee548588d cubicweb/__pkginfo__.py --- a/cubicweb/__pkginfo__.py Mon Mar 20 11:16:11 2017 +0100 +++ b/cubicweb/__pkginfo__.py Fri Mar 17 16:29:38 2017 +0100 @@ -28,7 +28,7 @@ modname = distname = "cubicweb" numversion = (3, 25, 0) -version = '.'.join(str(num) for num in numversion) + '.dev0' +version = '.'.join(str(num) for num in numversion) + 'rc0' description = "a repository of entities / relations for knowledge management" author = "Logilab"