__pkginfo__.py
branchstable
changeset 7032 b712477ae286
parent 6937 a0d626cc538d
child 7040 9b1f9bc74f5d
--- a/__pkginfo__.py	Mon Feb 28 14:12:42 2011 +0100
+++ b/__pkginfo__.py	Mon Feb 28 14:14:19 2011 +0100
@@ -1,5 +1,5 @@
 # pylint: disable=W0622,C0103
-# copyright 2003-2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
+# copyright 2003-2011 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, 10, 8)
+numversion = (3, 10, 9)
 version = '.'.join(str(num) for num in numversion)
 
 description = "a repository of entities / relations for knowledge management"