diff -r 392d5d09f0ef -r 07d75be1bb88 cubicweb/__pkginfo__.py --- a/cubicweb/__pkginfo__.py Wed Mar 22 14:36:05 2017 +0100 +++ b/cubicweb/__pkginfo__.py Fri Mar 24 14:18:17 2017 +0100 @@ -28,7 +28,7 @@ modname = distname = "cubicweb" numversion = (3, 25, 0) -version = '.'.join(str(num) for num in numversion) + 'rc0' +version = '.'.join(str(num) for num in numversion) + 'rc1' description = "a repository of entities / relations for knowledge management" author = "Logilab"