__pkginfo__.py
branchstable
changeset 8421 9ad4d3efeb8e
parent 8358 3ba3ee5b3a89
child 8425 b86bdc343c18
child 8453 f441056a2b61
--- 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"