cubicweb/__pkginfo__.py
branch3.25
changeset 12161 dacc5b168e29
parent 12158 241bb09c67f7
child 12164 8d1a7021c817
child 12190 5fe62978801a
--- a/cubicweb/__pkginfo__.py	Thu Apr 13 15:04:45 2017 +0200
+++ b/cubicweb/__pkginfo__.py	Fri Apr 14 15:15:27 2017 +0200
@@ -28,7 +28,7 @@
 modname = distname = "cubicweb"
 
 numversion = (3, 25, 0)
-version = '.'.join(str(num) for num in numversion) + 'rc3'
+version = '.'.join(str(num) for num in numversion)
 
 description = "a repository of entities / relations for knowledge management"
 author = "Logilab"