# HG changeset patch # User Denis Laxalde # Date 1490883492 -7200 # Node ID 6e5446b871d89c7d3d0144b9de7d0be804d4af10 # Parent 1a50be88dd0c66b71b33d2a41921659e3c1e692f [pkg] Version 3.25.0rc2 diff -r 1a50be88dd0c -r 6e5446b871d8 cubicweb/__pkginfo__.py --- a/cubicweb/__pkginfo__.py Thu Mar 30 11:59:37 2017 +0200 +++ b/cubicweb/__pkginfo__.py Thu Mar 30 16:18:12 2017 +0200 @@ -28,7 +28,7 @@ modname = distname = "cubicweb" numversion = (3, 25, 0) -version = '.'.join(str(num) for num in numversion) + 'rc1' +version = '.'.join(str(num) for num in numversion) + 'rc2' description = "a repository of entities / relations for knowledge management" author = "Logilab"