diff -r 6706c46e24ae -r 0119ba327117 __pkginfo__.py --- a/__pkginfo__.py Tue Apr 12 10:35:06 2016 +0200 +++ b/__pkginfo__.py Thu May 19 10:51:33 2016 +0200 @@ -23,7 +23,7 @@ modname = distname = "cubicweb" numversion = (3, 22, 2) -version = '.'.join(str(num) for num in numversion) +version = '.'.join(str(num) for num in numversion) + '.dev0' description = "a repository of entities / relations for knowledge management" author = "Logilab"