cubicweb/__pkginfo__.py
branch3.26
changeset 12260 199851fcddd4
parent 12259 7c4746309ec5
child 12270 0e89483f50a1
--- a/cubicweb/__pkginfo__.py	Thu Jan 25 12:10:48 2018 +0100
+++ b/cubicweb/__pkginfo__.py	Thu Feb 01 09:24:52 2018 +0100
@@ -28,7 +28,7 @@
 modname = distname = "cubicweb"
 
 numversion = (3, 26, 0)
-version = '.'.join(str(num) for num in numversion) + 'rc0'
+version = '.'.join(str(num) for num in numversion)
 
 description = "a repository of entities / relations for knowledge management"
 author = "Logilab"