cubicweb/__pkginfo__.py
changeset 12850 a9562c7b4456
parent 12847 e77900f19390
child 12900 2cc3f481ecd0
--- a/cubicweb/__pkginfo__.py	Fri Jan 31 15:28:00 2020 +0100
+++ b/cubicweb/__pkginfo__.py	Fri Jan 31 15:28:55 2020 +0100
@@ -22,8 +22,8 @@
 
 modname = distname = "cubicweb"
 
-numversion = (3, 27, 0)
-version = '.'.join(str(num) for num in numversion)
+numversion = (3, 28, 0)
+version = '.'.join(str(num) for num in numversion) + '.dev0'
 
 description = "a repository of entities / relations for knowledge management"
 author = "Logilab"