# HG changeset patch # User Denis Laxalde # Date 1492078830 -7200 # Node ID 241bb09c67f7266edc366090e9bb09f319c856b5 # Parent 3d8a5119be431b9e6853ab3274e9facb26cc5513 [pkg] Version 3.25.0rc3 diff -r 3d8a5119be43 -r 241bb09c67f7 cubicweb/__pkginfo__.py --- a/cubicweb/__pkginfo__.py Wed Apr 12 16:14:46 2017 +0200 +++ b/cubicweb/__pkginfo__.py Thu Apr 13 12:20:30 2017 +0200 @@ -28,7 +28,7 @@ modname = distname = "cubicweb" numversion = (3, 25, 0) -version = '.'.join(str(num) for num in numversion) + 'rc2' +version = '.'.join(str(num) for num in numversion) + 'rc3' description = "a repository of entities / relations for knowledge management" author = "Logilab"