__pkginfo__.py
branch3.22
changeset 11387 51e988f9870e
parent 11373 68f0678fc543
child 11405 5ba55f4c813a
--- a/__pkginfo__.py	Thu Jun 23 15:48:39 2016 +0200
+++ b/__pkginfo__.py	Fri Jun 24 13:08:52 2016 +0200
@@ -22,8 +22,8 @@
 
 modname = distname = "cubicweb"
 
-numversion = (3, 22, 3)
-version = '.'.join(str(num) for num in numversion)
+numversion = (3, 22, 4)
+version = '.'.join(str(num) for num in numversion) + '.dev0'
 
 description = "a repository of entities / relations for knowledge management"
 author = "Logilab"