diff -r f5300acd8f4f -r da986d7aff2b cubicweb/__pkginfo__.py --- a/cubicweb/__pkginfo__.py Wed Jul 24 15:28:11 2019 +0200 +++ b/cubicweb/__pkginfo__.py Thu Aug 01 09:13:52 2019 +0200 @@ -23,7 +23,7 @@ modname = distname = "cubicweb" numversion = (3, 27, 0) -version = '.'.join(str(num) for num in numversion) + 'a1' +version = '.'.join(str(num) for num in numversion) + 'a2' description = "a repository of entities / relations for knowledge management" author = "Logilab"