# HG changeset patch # User Denis Laxalde # Date 1492177249 -7200 # Node ID 8d1a7021c817cbdb318d0495edb7d4f28db8ae67 # Parent 1fa3a3402c1e72051f76878165262bb62c08a838 [pkg] Set version to 3.26.0.dev0 diff -r 1fa3a3402c1e -r 8d1a7021c817 cubicweb/__pkginfo__.py --- a/cubicweb/__pkginfo__.py Fri Apr 14 15:40:15 2017 +0200 +++ b/cubicweb/__pkginfo__.py Fri Apr 14 15:40:49 2017 +0200 @@ -27,8 +27,8 @@ modname = distname = "cubicweb" -numversion = (3, 25, 0) -version = '.'.join(str(num) for num in numversion) +numversion = (3, 26, 0) +version = '.'.join(str(num) for num in numversion) + '.dev0' description = "a repository of entities / relations for knowledge management" author = "Logilab"