# HG changeset patch
# User Sylvain Thénault <sylvain.thenault@logilab.fr>
# Date 1297355438 -3600
#      Thu Feb 10 17:30:38 2011 +0100
# Branch stable
# Node ID 63bd8d2d0591d5b10a919c7c9cdec17f379843d9
# Parent  8998ea646cc8051b10518f63f103cfb493fb4d40
1.8

diff --git a/__pkginfo__.py b/__pkginfo__.py
--- 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
--- 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
--- 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"