__pkginfo__.py
changeset 11149 1b93ff37755b
parent 11141 147280056e58
child 11213 5c4c0b96c522
--- a/__pkginfo__.py	Fri Feb 19 11:23:11 2016 +0100
+++ b/__pkginfo__.py	Tue Feb 23 11:45:54 2016 +0100
@@ -23,7 +23,7 @@
 modname = distname = "cubicweb"
 
 numversion = (3, 22, 2)
-version = '.'.join(str(num) for num in numversion) + '.dev0'
+version = '.'.join(str(num) for num in numversion)
 
 description = "a repository of entities / relations for knowledge management"
 author = "Logilab"