cubicweb/__pkginfo__.py
branch3.27
changeset 12847 e77900f19390
parent 12844 ee2d77be950c
child 12850 a9562c7b4456
child 12871 917601bb5b1b
--- a/cubicweb/__pkginfo__.py	Fri Jan 31 11:52:22 2020 +0100
+++ b/cubicweb/__pkginfo__.py	Fri Jan 31 14:44:19 2020 +0100
@@ -23,7 +23,7 @@
 modname = distname = "cubicweb"
 
 numversion = (3, 27, 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"