cubicweb/__pkginfo__.py
changeset 12164 8d1a7021c817
parent 12161 dacc5b168e29
child 12192 cf5d11ac79fb
--- a/cubicweb/__pkginfo__.py	Fri Apr 14 15:40:15 2017 +0200
+++ b/cubicweb/__pkginfo__.py	Fri Apr 14 15:40:49 2017 +0200
@@ -27,8 +27,8 @@
 
 modname = distname = "cubicweb"
 
-numversion = (3, 25, 0)
-version = '.'.join(str(num) for num in numversion)
+numversion = (3, 26, 0)
+version = '.'.join(str(num) for num in numversion) + '.dev0'
 
 description = "a repository of entities / relations for knowledge management"
 author = "Logilab"