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"