__pkginfo__.py
changeset 11298 b1e7de000536
parent 11297 ee57b07553f6
child 11373 68f0678fc543
--- a/__pkginfo__.py	Tue Jun 21 13:45:12 2016 +0200
+++ b/__pkginfo__.py	Tue Jun 21 15:32:51 2016 +0200
@@ -22,8 +22,8 @@
 
 modname = distname = "cubicweb"
 
-numversion = (3, 22, 2)
-version = '.'.join(str(num) for num in numversion) + '.dev0'
+numversion = (3, 22, 3)
+version = '.'.join(str(num) for num in numversion)
 
 description = "a repository of entities / relations for knowledge management"
 author = "Logilab"