diff -r f9ebb6d1abc3 -r 9dc024fea040 __pkginfo__.py --- a/__pkginfo__.py Wed Dec 21 18:26:35 2011 +0100 +++ b/__pkginfo__.py Thu Dec 22 17:46:55 2011 +0100 @@ -22,7 +22,7 @@ modname = distname = "cubicweb" -numversion = (3, 14, 1) +numversion = (3, 14, 2) version = '.'.join(str(num) for num in numversion) description = "a repository of entities / relations for knowledge management"