diff -r b9322cc17d7e -r f933a38d7ab5 __pkginfo__.py --- a/__pkginfo__.py Mon Oct 05 16:36:49 2015 +0200 +++ b/__pkginfo__.py Tue Oct 06 18:35:14 2015 +0200 @@ -22,7 +22,7 @@ modname = distname = "cubicweb" -numversion = (3, 19, 12) +numversion = (3, 19, 13) version = '.'.join(str(num) for num in numversion) description = "a repository of entities / relations for knowledge management"