diff -r 338bb3e6e3b2 -r 2ca571e4cb2f __pkginfo__.py --- a/__pkginfo__.py Thu Jan 22 15:46:24 2015 +0100 +++ b/__pkginfo__.py Thu Jan 08 12:20:36 2015 +0100 @@ -22,7 +22,7 @@ modname = distname = "cubicweb" -numversion = (3, 20, 1) +numversion = (3, 20, 2) version = '.'.join(str(num) for num in numversion) description = "a repository of entities / relations for knowledge management"