# HG changeset patch # User Denis Laxalde # Date 1516878648 -3600 # Node ID 7c4746309ec50df0fb531b18932bf0c9839ec88c # Parent 46a8146f9703e6d02ac06b016c33020df6ffbb79 [pkg] Version 3.26.0rc0 diff -r 46a8146f9703 -r 7c4746309ec5 cubicweb/__pkginfo__.py --- a/cubicweb/__pkginfo__.py Fri Jan 12 10:17:10 2018 +0100 +++ b/cubicweb/__pkginfo__.py Thu Jan 25 12:10:48 2018 +0100 @@ -28,7 +28,7 @@ modname = distname = "cubicweb" numversion = (3, 26, 0) -version = '.'.join(str(num) for num in numversion) + '.dev0' +version = '.'.join(str(num) for num in numversion) + 'rc0' description = "a repository of entities / relations for knowledge management" author = "Logilab"