# HG changeset patch # User Denis Laxalde # Date 1490361497 -3600 # Node ID 07d75be1bb8898dc38c931b0ab6d9d0e7912cec3 # Parent 392d5d09f0efec283392324cac5f374f55a6fc66 [pkg] Version 3.25.0rc1 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"