cubicweb/__pkginfo__.py
branch3.25
changeset 12103 07d75be1bb88
parent 12100 1cfd19c4b9b5
child 12129 6e5446b871d8
--- 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"