diff -r fd69ead490e9 -r ae33197db1f0 __pkginfo__.py --- a/__pkginfo__.py Mon May 23 10:28:03 2011 +0200 +++ b/__pkginfo__.py Mon May 23 10:34:29 2011 +0200 @@ -22,7 +22,7 @@ modname = distname = "cubicweb" -numversion = (3, 12, 4) +numversion = (3, 12, 5) version = '.'.join(str(num) for num in numversion) description = "a repository of entities / relations for knowledge management"