changeset 10835 | e6d104e6e581 |
parent 10651 | 9ca33768473c |
child 10842 | 76a9fe340ac2 |
--- 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"