Skip to content
Snippets Groups Projects
Commit 0a26e6b98b79 authored by Nicolas Chauvat's avatar Nicolas Chauvat
Browse files

[packaging] prepare 0.6.0

parent 7cb27796579d
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
modname = 'fresh'
distname = 'cubicweb-fresh'
numversion = (0, 5, 2)
numversion = (0, 6, 0)
version = '.'.join(str(num) for num in numversion)
license = 'LGPL'
......
cubicweb-fresh (0.6.0-1) unstable; urgency=low
* new upstream release
-- Nicolas Chauvat <nicolas.chauvat@logilab.fr> Tue, 09 Jul 2013 15:12:04 +0200
cubicweb-fresh (0.5.2-1) unstable; urgency=low
* new upstream release
......
#!/usr/bin/env python
# pylint: disable=W0142,W0403,W0404,W0613,W0622,W0622,W0704,R0904,C0103,E0611
#
# copyright 2003-2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
# copyright 2003-2013 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
# contact http://www.logilab.fr/ -- mailto:contact@logilab.fr
#
# This file is part of CubicWeb tag cube.
......
"""accounting views for fresh template
:organization: Logilab
:copyright: 2008-2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
:copyright: 2008-2013 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
:contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
"""
__docformat__ = "restructuredtext en"
......
"""specific actions for fresh template
:organization: Logilab
:copyright: 2008-2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
:copyright: 2008-2013 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
:contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
"""
__docformat__ = "restructuredtext en"
......
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