--- a/__pkginfo__.py Wed May 23 11:41:27 2012 +0200
+++ b/__pkginfo__.py Wed May 23 11:43:11 2012 +0200
@@ -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, 7)
+numversion = (3, 14, 8)
version = '.'.join(str(num) for num in numversion)
description = "a repository of entities / relations for knowledge management"