# HG changeset patch # User Denis Laxalde # Date 1557927866 -7200 # Node ID 74cc5de1ee6c578db401c89716fdc43b27624a04 # Parent afafc8fd9a45fb4208a8207f127fb26253b56373 [pkg] Version 3.26.10 diff -r afafc8fd9a45 -r 74cc5de1ee6c cubicweb/__pkginfo__.py --- a/cubicweb/__pkginfo__.py Mon Apr 08 11:24:53 2019 +0200 +++ b/cubicweb/__pkginfo__.py Wed May 15 15:44:26 2019 +0200 @@ -22,7 +22,7 @@ modname = distname = "cubicweb" -numversion = (3, 26, 9) +numversion = (3, 26, 10) version = '.'.join(str(num) for num in numversion) description = "a repository of entities / relations for knowledge management"