author | Sylvain Thénault <sylvain.thenault@logilab.fr> |
Fri, 02 Jul 2010 09:01:22 +0200 | |
changeset 5852 | 5cb23d24df26 |
parent 5849 | 9db65b381028 |
child 5853 | 89ad81d6972d |
__pkginfo__.py | file | annotate | diff | comparison | revisions |
--- a/__pkginfo__.py Thu Jul 01 17:06:37 2010 +0200 +++ b/__pkginfo__.py Fri Jul 02 09:01:22 2010 +0200 @@ -22,7 +22,7 @@ modname = distname = "cubicweb" -numversion = (3, 8, 5) +numversion = (3, 9, 0) version = '.'.join(str(num) for num in numversion) description = "a repository of entities / relations for knowledge management"