# HG changeset patch # User Sylvain Thénault # Date 1337766191 -7200 # Node ID 9ad4d3efeb8e31931beb897fb771f5aaa1d9e400 # Parent a4338d00202d0b26e4f7c2628c48dae0b28afe33 3.14.8 diff -r a4338d00202d -r 9ad4d3efeb8e __pkginfo__.py --- 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" diff -r a4338d00202d -r 9ad4d3efeb8e debian/changelog --- a/debian/changelog Wed May 23 11:41:27 2012 +0200 +++ b/debian/changelog Wed May 23 11:43:11 2012 +0200 @@ -1,3 +1,9 @@ +cubicweb (3.14.8-1) unstable; urgency=low + + * new upstream release + + -- Sylvain Thénault Wed, 23 May 2012 11:42:54 +0200 + cubicweb (3.14.7-1) unstable; urgency=low * new upstream release