author | Denis Laxalde <denis.laxalde@logilab.fr> |
Fri, 05 Apr 2019 17:19:56 +0200 | |
branch | 3.26 |
changeset 12563 | 4d6909de765a |
parent 12562 | 7bb677060ebd |
child 12564 | 83888a8d6083 |
--- a/cubicweb/__pkginfo__.py Tue Feb 12 17:00:55 2019 +0100 +++ b/cubicweb/__pkginfo__.py Fri Apr 05 17:19:56 2019 +0200 @@ -22,7 +22,7 @@ modname = distname = "cubicweb" -numversion = (3, 26, 8) +numversion = (3, 26, 9) version = '.'.join(str(num) for num in numversion) description = "a repository of entities / relations for knowledge management"