# HG changeset patch # User Denis Laxalde # Date 1479376801 -3600 # Node ID 1eb3d6cd39c3a8ba53838265fae9b159a97c1666 # Parent 98061b2b7cf1eb4b267fabafe67541508a74ee1f [pkg] Bump version to 3.25.0.dev0 diff -r 98061b2b7cf1 -r 1eb3d6cd39c3 cubicweb/__pkginfo__.py --- 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"