[pkg] Bump version to 3.24.0.dev0
authorDenis Laxalde <denis.laxalde@logilab.fr>
Fri, 08 Jul 2016 13:40:50 +0200
changeset 11425 740cc1e09322
parent 11424 1451f040555f
child 11426 f666f484e5f4
[pkg] Bump version to 3.24.0.dev0
cubicweb/__pkginfo__.py
--- a/cubicweb/__pkginfo__.py	Wed Jun 29 10:35:22 2016 +0200
+++ b/cubicweb/__pkginfo__.py	Fri Jul 08 13:40:50 2016 +0200
@@ -27,8 +27,8 @@
 
 modname = distname = "cubicweb"
 
-numversion = (3, 23, 1)
-version = '.'.join(str(num) for num in numversion)
+numversion = (3, 24, 0)
+version = '.'.join(str(num) for num in numversion) + '.dev0'
 
 description = "a repository of entities / relations for knowledge management"
 author = "Logilab"