author | Denis Laxalde <denis.laxalde@logilab.fr> |
Thu, 17 Nov 2016 11:00:01 +0100 | |
changeset 11840 | 1eb3d6cd39c3 |
parent 11804 | 98061b2b7cf1 |
child 11841 | 48adf4dd1ce6 |
--- a/cubicweb/__pkginfo__.py Fri Nov 04 16:45:54 2016 +0100 +++ b/cubicweb/__pkginfo__.py Thu Nov 17 11:00:01 2016 +0100 @@ -27,8 +27,8 @@ modname = distname = "cubicweb" -numversion = (3, 24, 0) -version = '.'.join(str(num) for num in numversion) +numversion = (3, 25, 0) +version = '.'.join(str(num) for num in numversion) + '.dev0' description = "a repository of entities / relations for knowledge management" author = "Logilab"