diff -r 541659c39f6a -r c8a5ac2d1eaa __pkginfo__.py --- a/__pkginfo__.py Sat Oct 09 00:05:50 2010 +0200 +++ b/__pkginfo__.py Sat Oct 09 00:05:52 2010 +0200 @@ -22,7 +22,7 @@ modname = distname = "cubicweb" -numversion = (3, 9, 8) +numversion = (3, 10, 0) version = '.'.join(str(num) for num in numversion) description = "a repository of entities / relations for knowledge management"