Skip to content
Snippets Groups Projects
Commit eea1a67f98f8 authored by Sylvain Thénault's avatar Sylvain Thénault
Browse files

0.2 from cw 3.6

parent 4cfe360891c6
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
modname = 'card' modname = 'card'
distname = 'cubicweb-card' distname = 'cubicweb-card'
numversion = (0, 1, 0) numversion = (0, 2, 0)
version = '.'.join(str(num) for num in numversion) version = '.'.join(str(num) for num in numversion)
license = 'LGPL' license = 'LGPL'
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
version = '.'.join(str(num) for num in numversion) version = '.'.join(str(num) for num in numversion)
license = 'LGPL' 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''' http://www.logilab.fr -- mailto:contact@logilab.fr'''
author = 'LOGILAB S.A. (Paris, FRANCE)' author = 'LOGILAB S.A. (Paris, FRANCE)'
...@@ -54,5 +54,4 @@ ...@@ -54,5 +54,4 @@
pass pass
cube_eid = None # <=== FIXME if you need direct bug-subscription
__depends_cubes__ = {} __depends_cubes__ = {}
...@@ -58,5 +57,5 @@ ...@@ -58,5 +57,5 @@
__depends_cubes__ = {} __depends_cubes__ = {}
__depends__ = {'cubicweb': '>= 3.2.0'} __depends__ = {'cubicweb': '>= 3.6.0'}
__use__ = tuple(__depends_cubes__) __use__ = tuple(__depends_cubes__)
__recommend__ = () __recommend__ = ()
......
cubicweb-card (0.2.0-1) unstable; urgency=low
* new upstream release
--
cubicweb-card (0.1.0-1) unstable; urgency=low cubicweb-card (0.1.0-1) unstable; urgency=low
* initial release * initial release
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
Package: cubicweb-card Package: cubicweb-card
Architecture: all Architecture: all
Depends: cubicweb-common (>= 3.2.0) Depends: cubicweb-common (>= 3.6.0)
Description: card component for the CubicWeb framework Description: card component for the CubicWeb framework
This CubicWeb component models cards that are like wiki pages. 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. Cards have a title, an abstract and some textual content as text, rest or html.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment