author | Simon Chabot <simon.chabot@logilab.fr> |
Fri, 31 Jan 2020 15:28:55 +0100 | |
changeset 12850 | a9562c7b4456 |
parent 12849 | 8383f4edfca2 |
child 12865 | 8e3fda2c60ef |
--- 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"