merge
authorNicolas Chauvat <nicolas.chauvat@logilab.fr>
Fri, 07 Feb 2020 17:09:59 +0100
changeset 12868 8fa3d2b0252d
parent 12865 8e3fda2c60ef (diff)
parent 12867 50122959acbc (current diff)
child 12878 ec05a333f02c
merge
--- a/cubicweb/__pkginfo__.py	Sat Feb 01 22:01:00 2020 +0100
+++ b/cubicweb/__pkginfo__.py	Fri Feb 07 17:09:59 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"