# HG changeset patch
# User Sylvain Thénault <sylvain.thenault@logilab.fr>
# Date 1295271270 -3600
#      Mon Jan 17 14:34:30 2011 +0100
# Branch stable
# Node ID 6a2ad70b6c2d3ea2837b3abd0c22dc9d72a5a8e4
# Parent  632aabb24cb6f3cf08e8401a6fe6dd9b3be9f80a
prepare 1.7.2

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, 1)
+numversion = (1, 7, 2)
 version = '.'.join(str(num) for num in numversion)
 
 license = 'LGPL'
@@ -19,7 +19,7 @@
            'Programming Language :: JavaScript',
 ]
 
-__depends__ = {'cubicweb': '>= 3.9.0'}
+__depends__ = {'cubicweb': '>= 3.10.0'}
 
 
 # packaging ###
diff --git a/debian/changelog b/debian/changelog
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+cubicweb-comment (1.7.2-1) unstable; urgency=low
+
+  * new upstream release
+
+ -- Sylvain Thénault <sylvain.thenault@logilab.fr>  Mon, 17 Jan 2011 14:33:11 +0100
+
 cubicweb-comment (1.7.1-1) unstable; urgency=low
 
   * new upstream release
diff --git a/debian/control b/debian/control
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@
 
 Package: cubicweb-comment
 Architecture: all
-Depends: cubicweb-common (>= 3.9.0)
+Depends: cubicweb-common (>= 3.10.0)
 Description: comment component for the CubicWeb framework
  This CubicWeb component provides threadable comments.
  .