# HG changeset patch # User Denis Laxalde # Date 1536234236 -7200 # Node ID ee4ad63c91e5406e29f079f1f2d3774361798ac8 # Parent 7e670235174f1aedba0e5fadb3831d7a85eab918 [pkg] Version 3.26.7 diff -r 7e670235174f -r ee4ad63c91e5 cubicweb/__pkginfo__.py --- a/cubicweb/__pkginfo__.py Fri Aug 24 17:19:02 2018 +0200 +++ b/cubicweb/__pkginfo__.py Thu Sep 06 13:43:56 2018 +0200 @@ -22,7 +22,7 @@ modname = distname = "cubicweb" -numversion = (3, 26, 6) +numversion = (3, 26, 7) version = '.'.join(str(num) for num in numversion) description = "a repository of entities / relations for knowledge management"