cubicweb/__pkginfo__.py
changeset 11795 031c99666221
parent 11747 9a6a8a683728
child 11831 d1fbe53885e9
child 11840 1eb3d6cd39c3
--- a/cubicweb/__pkginfo__.py	Thu Nov 03 15:00:01 2016 +0100
+++ b/cubicweb/__pkginfo__.py	Thu Nov 03 18:22:47 2016 +0100
@@ -28,7 +28,7 @@
 modname = distname = "cubicweb"
 
 numversion = (3, 24, 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"