diff -r c9321aedfbf9 -r e6d104e6e581 __pkginfo__.py --- a/__pkginfo__.py Tue Jul 28 10:54:24 2015 +0200 +++ b/__pkginfo__.py Fri Nov 06 16:44:23 2015 +0100 @@ -22,8 +22,8 @@ modname = distname = "cubicweb" -numversion = (3, 21, 2) -version = '.'.join(str(num) for num in numversion) +numversion = (3, 21, 99) +version = '.'.join(str(num) for num in numversion) + '.dev0' description = "a repository of entities / relations for knowledge management" author = "Logilab"