# HG changeset patch # User Nicolas Chauvat # Date 1581091799 -3600 # Node ID 8fa3d2b0252d869ab00f17ea0a6f981d7878f0d2 # Parent 8e3fda2c60ef66608ab70350183df80efe08ffa4# Parent 50122959acbc5461abeb9a54573f7248f75b0f6a merge diff -r 50122959acbc -r 8fa3d2b0252d cubicweb/__pkginfo__.py --- 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"