author | Denis Laxalde <denis.laxalde@logilab.fr> |
Thu, 06 Sep 2018 13:43:56 +0200 | |
branch | 3.26 |
changeset 12350 | ee4ad63c91e5 |
parent 12349 | 7e670235174f |
child 12351 | a6c7716841ce |
--- 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"