author | Denis Laxalde <denis.laxalde@logilab.fr> |
Thu, 30 Mar 2017 16:18:12 +0200 | |
branch | 3.25 |
changeset 12129 | 6e5446b871d8 |
parent 12128 | 1a50be88dd0c |
child 12130 | 4d874c2fbb5f |
--- a/cubicweb/__pkginfo__.py Thu Mar 30 11:59:37 2017 +0200 +++ b/cubicweb/__pkginfo__.py Thu Mar 30 16:18:12 2017 +0200 @@ -28,7 +28,7 @@ modname = distname = "cubicweb" numversion = (3, 25, 0) -version = '.'.join(str(num) for num in numversion) + 'rc1' +version = '.'.join(str(num) for num in numversion) + 'rc2' description = "a repository of entities / relations for knowledge management" author = "Logilab"