diff -r dde8ea5d7ffd -r e24132839317 __pkginfo__.py --- a/__pkginfo__.py Fri Jan 17 16:09:39 2014 +0100 +++ b/__pkginfo__.py Tue Jan 21 13:12:36 2014 +0100 @@ -1,5 +1,5 @@ # pylint: disable=W0622,C0103 -# copyright 2003-2012 LOGILAB S.A. (Paris, FRANCE), all rights reserved. +# copyright 2003-2014 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, 17, 11) +numversion = (3, 17, 12) version = '.'.join(str(num) for num in numversion) description = "a repository of entities / relations for knowledge management"