cubicweb/__pkginfo__.py
changeset 12844 ee2d77be950c
parent 12800 3e2e04447bf5
child 12847 e77900f19390
--- a/cubicweb/__pkginfo__.py	Thu Jan 09 17:51:16 2020 +0100
+++ b/cubicweb/__pkginfo__.py	Tue Jan 14 09:43:02 2020 +0100
@@ -23,7 +23,7 @@
 modname = distname = "cubicweb"
 
 numversion = (3, 27, 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"