# HG changeset patch # User Denis Laxalde # Date 1524484250 -7200 # Node ID 038ff1a7259fd6686ceca6a1792688ad6a68cf5c # Parent 46a8146f9703e6d02ac06b016c33020df6ffbb79 [pkg] Set version to 3.27.0.dev0 diff -r 46a8146f9703 -r 038ff1a7259f cubicweb/__pkginfo__.py --- a/cubicweb/__pkginfo__.py Fri Jan 12 10:17:10 2018 +0100 +++ b/cubicweb/__pkginfo__.py Mon Apr 23 13:50:50 2018 +0200 @@ -27,7 +27,7 @@ modname = distname = "cubicweb" -numversion = (3, 26, 0) +numversion = (3, 27, 0) version = '.'.join(str(num) for num in numversion) + '.dev0' description = "a repository of entities / relations for knowledge management"