cubicweb/__pkginfo__.py
changeset 11377 52dae7bc0ffd
parent 11374 0e50215016f3
child 11395 8f035d5d5953
--- a/cubicweb/__pkginfo__.py	Fri Jun 24 10:25:50 2016 +0200
+++ b/cubicweb/__pkginfo__.py	Thu Jun 23 16:29:03 2016 +0200
@@ -28,7 +28,7 @@
 modname = distname = "cubicweb"
 
 numversion = (3, 23, 0)
-version = '.'.join(str(num) for num in numversion) + '.dev0'
+version = '.'.join(str(num) for num in numversion)
 
 description = "a repository of entities / relations for knowledge management"
 author = "Logilab"