diff -r 7c4746309ec5 -r 199851fcddd4 cubicweb/__pkginfo__.py --- a/cubicweb/__pkginfo__.py Thu Jan 25 12:10:48 2018 +0100 +++ b/cubicweb/__pkginfo__.py Thu Feb 01 09:24:52 2018 +0100 @@ -28,7 +28,7 @@ modname = distname = "cubicweb" numversion = (3, 26, 0) -version = '.'.join(str(num) for num in numversion) + 'rc0' +version = '.'.join(str(num) for num in numversion) description = "a repository of entities / relations for knowledge management" author = "Logilab"