__pkginfo__.py
changeset 11141 147280056e58
parent 11133 9e955d8be8a9
child 11149 1b93ff37755b
--- a/__pkginfo__.py	Wed Feb 17 10:25:51 2016 +0100
+++ b/__pkginfo__.py	Thu Feb 18 14:36:39 2016 +0100
@@ -22,8 +22,8 @@
 
 modname = distname = "cubicweb"
 
-numversion = (3, 22, 1)
-version = '.'.join(str(num) for num in numversion)
+numversion = (3, 22, 2)
+version = '.'.join(str(num) for num in numversion) + '.dev0'
 
 description = "a repository of entities / relations for knowledge management"
 author = "Logilab"