diff -r 688d108af306 -r b0e086f451b7 __pkginfo__.py --- a/__pkginfo__.py Wed Oct 17 15:47:12 2012 +0200 +++ b/__pkginfo__.py Wed Oct 24 12:08:21 2012 +0200 @@ -22,7 +22,7 @@ modname = distname = "cubicweb" -numversion = (3, 15, 4) +numversion = (3, 15, 5) version = '.'.join(str(num) for num in numversion) description = "a repository of entities / relations for knowledge management"