diff -r 57b68193413c -r ca3c145fd08b __pkginfo__.py --- a/__pkginfo__.py Thu Jan 22 17:18:20 2015 +0100 +++ b/__pkginfo__.py Thu Jan 22 17:18:55 2015 +0100 @@ -22,7 +22,7 @@ modname = distname = "cubicweb" -numversion = (3, 19, 7) +numversion = (3, 19, 8) version = '.'.join(str(num) for num in numversion) description = "a repository of entities / relations for knowledge management"