# HG changeset patch
# User Sylvain Thénault <sylvain.thenault@logilab.fr>
# Date 1265663231 -3600
#      Mon Feb 08 22:07:11 2010 +0100
# Node ID eea1a67f98f8d3985a29f6a2506b83d691ff42ba
# Parent  4cfe360891c6ed45f63c13fd13cff685e0300631
0.2 from cw 3.6

diff --git a/__pkginfo__.py b/__pkginfo__.py
--- a/__pkginfo__.py
+++ b/__pkginfo__.py
@@ -4,11 +4,11 @@
 modname = 'card'
 distname = 'cubicweb-card'
 
-numversion = (0, 1, 0)
+numversion = (0, 2, 0)
 version = '.'.join(str(num) for num in numversion)
 
 license = 'LGPL'
-copyright = '''Copyright (c) 2009 LOGILAB S.A. (Paris, FRANCE).
+copyright = '''Copyright (c) 2009-2010 LOGILAB S.A. (Paris, FRANCE).
 http://www.logilab.fr -- mailto:contact@logilab.fr'''
 
 author = 'LOGILAB S.A. (Paris, FRANCE)'
@@ -54,9 +54,8 @@
     pass
 
 
-cube_eid = None # <=== FIXME if you need direct bug-subscription
 __depends_cubes__ = {}
-__depends__ = {'cubicweb': '>= 3.2.0'}
+__depends__ = {'cubicweb': '>= 3.6.0'}
 __use__ = tuple(__depends_cubes__)
 __recommend__ = ()
 
diff --git a/debian/changelog b/debian/changelog
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+cubicweb-card (0.2.0-1) unstable; urgency=low
+
+  * new upstream release
+
+ --
+
 cubicweb-card (0.1.0-1) unstable; urgency=low
 
   * initial release
diff --git a/debian/control b/debian/control
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@
 
 Package: cubicweb-card
 Architecture: all
-Depends: cubicweb-common (>= 3.2.0)
+Depends: cubicweb-common (>= 3.6.0)
 Description: card component for the CubicWeb framework
  This CubicWeb component models cards that are like wiki pages.
  Cards have a title, an abstract and some textual content as text, rest or html.