cubicweb/__pkginfo__.py
branch3.25
changeset 12158 241bb09c67f7
parent 12129 6e5446b871d8
child 12161 dacc5b168e29
--- a/cubicweb/__pkginfo__.py	Wed Apr 12 16:14:46 2017 +0200
+++ b/cubicweb/__pkginfo__.py	Thu Apr 13 12:20:30 2017 +0200
@@ -28,7 +28,7 @@
 modname = distname = "cubicweb"
 
 numversion = (3, 25, 0)
-version = '.'.join(str(num) for num in numversion) + 'rc2'
+version = '.'.join(str(num) for num in numversion) + 'rc3'
 
 description = "a repository of entities / relations for knowledge management"
 author = "Logilab"