author | Denis Laxalde <denis.laxalde@logilab.fr> |
Thu, 19 May 2016 10:51:33 +0200 | |
changeset 11260 | 0119ba327117 |
parent 11243 | 6706c46e24ae |
child 11261 | 9e926f2dc84d |
__pkginfo__.py | file | annotate | diff | comparison | revisions |
--- 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"