diff --git a/__pkginfo__.py b/__pkginfo__.py index 8998ea646cc8051b10518f63f103cfb493fb4d40_X19wa2dpbmZvX18ucHk=..63bd8d2d0591d5b10a919c7c9cdec17f379843d9_X19wa2dpbmZvX18ucHk= 100644 --- a/__pkginfo__.py +++ b/__pkginfo__.py @@ -4,7 +4,7 @@ modname = 'comment' distname = "cubicweb-%s" % modname -numversion = (1, 7, 2) +numversion = (1, 8, 0) version = '.'.join(str(num) for num in numversion) license = 'LGPL' diff --git a/debian/changelog b/debian/changelog index 8998ea646cc8051b10518f63f103cfb493fb4d40_ZGViaWFuL2NoYW5nZWxvZw==..63bd8d2d0591d5b10a919c7c9cdec17f379843d9_ZGViaWFuL2NoYW5nZWxvZw== 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cubicweb-comment (1.8.0-1) unstable; urgency=low + + * new upstream release + + -- Sylvain Thénault <sylvain.thenault@logilab.fr> Thu, 10 Feb 2011 17:30:30 +0100 + cubicweb-comment (1.7.2-1) unstable; urgency=low * new upstream release diff --git a/entities.py b/entities.py index 8998ea646cc8051b10518f63f103cfb493fb4d40_ZW50aXRpZXMucHk=..63bd8d2d0591d5b10a919c7c9cdec17f379843d9_ZW50aXRpZXMucHk= 100644 --- a/entities.py +++ b/entities.py @@ -1,7 +1,7 @@ """entity classes for Comment entities :organization: Logilab -: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 """ __docformat__ = "restructuredtext en"