[pkg] Set version to 3.22.2.dev0
authorDenis Laxalde <denis.laxalde@logilab.fr>
Thu, 19 May 2016 10:51:33 +0200
changeset 11260 0119ba327117
parent 11243 6706c46e24ae
child 11261 9e926f2dc84d
[pkg] Set version to 3.22.2.dev0 So that cubes used in test dependencies do not install a released CubicWeb.
__pkginfo__.py
--- a/__pkginfo__.py	Tue Apr 12 10:35:06 2016 +0200
+++ b/__pkginfo__.py	Thu May 19 10:51:33 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"