cubicweb/__pkginfo__.py
changeset 11279 e4f11ef1face
parent 11278 19fcce6dc6d1
parent 11215 4e79acdc36a6
child 11283 46dda5238bc2
--- a/cubicweb/__pkginfo__.py	Fri Jun 10 16:45:20 2016 +0200
+++ b/cubicweb/__pkginfo__.py	Thu Jun 16 15:53:01 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"