# HG changeset patch # User Denis Laxalde # Date 1467978050 -7200 # Node ID 740cc1e09322c13c6a820dfd1d8ff58ae11c45f1 # Parent 1451f040555f651cf891a789a11bd0d2861ad7b0 [pkg] Bump version to 3.24.0.dev0 diff -r 1451f040555f -r 740cc1e09322 cubicweb/__pkginfo__.py --- a/cubicweb/__pkginfo__.py Wed Jun 29 10:35:22 2016 +0200 +++ b/cubicweb/__pkginfo__.py Fri Jul 08 13:40:50 2016 +0200 @@ -27,8 +27,8 @@ modname = distname = "cubicweb" -numversion = (3, 23, 1) -version = '.'.join(str(num) for num in numversion) +numversion = (3, 24, 0) +version = '.'.join(str(num) for num in numversion) + '.dev0' description = "a repository of entities / relations for knowledge management" author = "Logilab"