[pkg] Version 3.25.0rc0 3.25
authorDenis Laxalde <denis.laxalde@logilab.fr>
Fri, 17 Mar 2017 16:29:38 +0100
branch3.25
changeset 12074 f5fee548588d
parent 12073 339b26bf17d2
child 12078 82d2c1cdf0c2
[pkg] Version 3.25.0rc0 Let's make a release candidate version of CubicWeb 3.25.0 (only for the Python package), in the hope that some issues that we usually discover after release will be sorted out before.
cubicweb/__pkginfo__.py
--- a/cubicweb/__pkginfo__.py	Mon Mar 20 11:16:11 2017 +0100
+++ b/cubicweb/__pkginfo__.py	Fri Mar 17 16:29:38 2017 +0100
@@ -28,7 +28,7 @@
 modname = distname = "cubicweb"
 
 numversion = (3, 25, 0)
-version = '.'.join(str(num) for num in numversion) + '.dev0'
+version = '.'.join(str(num) for num in numversion) + 'rc0'
 
 description = "a repository of entities / relations for knowledge management"
 author = "Logilab"