diff -r 1b0cb3c6c95e -r ab956b780d4e __pkginfo__.py --- a/__pkginfo__.py Wed Jul 30 22:26:18 2014 +0200 +++ b/__pkginfo__.py Mon Dec 01 11:13:10 2014 +0100 @@ -22,7 +22,7 @@ modname = distname = "cubicweb" -numversion = (3, 19, 5) +numversion = (3, 19, 6) version = '.'.join(str(num) for num in numversion) description = "a repository of entities / relations for knowledge management"