[packaging] Bump version number
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 22 Jun 2016 11:01:16 +0200
changeset 11340 e68991426d7d
parent 11335 507ff9e71269
child 11341 bd3cd3691ade
[packaging] Bump version number
cubicweb/__pkginfo__.py
--- a/cubicweb/__pkginfo__.py	Thu May 26 15:37:28 2016 +0200
+++ b/cubicweb/__pkginfo__.py	Wed Jun 22 11:01:16 2016 +0200
@@ -27,7 +27,7 @@
 
 modname = distname = "cubicweb"
 
-numversion = (3, 22, 3)
+numversion = (3, 23, 0)
 version = '.'.join(str(num) for num in numversion) + '.dev0'
 
 description = "a repository of entities / relations for knowledge management"