[pkg] Version 3.25.0rc1 3.25
authorDenis Laxalde <denis.laxalde@logilab.fr>
Fri, 24 Mar 2017 14:18:17 +0100
branch3.25
changeset 12103 07d75be1bb88
parent 12102 392d5d09f0ef
child 12104 3ae16f70add4
[pkg] Version 3.25.0rc1
cubicweb/__pkginfo__.py
--- a/cubicweb/__pkginfo__.py	Wed Mar 22 14:36:05 2017 +0100
+++ b/cubicweb/__pkginfo__.py	Fri Mar 24 14:18:17 2017 +0100
@@ -28,7 +28,7 @@
 modname = distname = "cubicweb"
 
 numversion = (3, 25, 0)
-version = '.'.join(str(num) for num in numversion) + 'rc0'
+version = '.'.join(str(num) for num in numversion) + 'rc1'
 
 description = "a repository of entities / relations for knowledge management"
 author = "Logilab"