# HG changeset patch # User Simon Chabot # Date 1580480935 -3600 # Node ID a9562c7b4456ad37705a2348cf424db3b65769d2 # Parent 8383f4edfca21f48d5751eb0435dd529cca33106 [pkg] Version 3.28.0.dev0 diff -r 8383f4edfca2 -r a9562c7b4456 cubicweb/__pkginfo__.py --- 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"