__pkginfo__.py
changeset 8188 1867e252e487
parent 8144 9dc024fea040
child 8190 2a3c1b787688
--- a/__pkginfo__.py	Thu Feb 02 14:30:07 2012 +0100
+++ b/__pkginfo__.py	Tue Jan 31 21:43:24 2012 +0100
@@ -1,5 +1,5 @@
 # pylint: disable=W0622,C0103
-# copyright 2003-2011 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
+# copyright 2003-2012 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
 # contact http://www.logilab.fr/ -- mailto:contact@logilab.fr
 #
 # This file is part of CubicWeb.
@@ -22,7 +22,7 @@
 
 modname = distname = "cubicweb"
 
-numversion = (3, 14, 2)
+numversion = (3, 15, 0)
 version = '.'.join(str(num) for num in numversion)
 
 description = "a repository of entities / relations for knowledge management"