merge 3.27 into default
authorNicolas Chauvat <nicolas.chauvat@logilab.fr>
Sun, 02 Feb 2020 23:01:01 +0100
changeset 12865 8e3fda2c60ef
parent 12850 a9562c7b4456 (diff)
parent 12864 96af8cdcdc7d (current diff)
child 12868 8fa3d2b0252d
merge 3.27 into default
--- a/cubicweb/__pkginfo__.py	Fri Jan 31 17:24:45 2020 +0100
+++ b/cubicweb/__pkginfo__.py	Sun Feb 02 23:01:01 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"