diff --git a/__pkginfo__.py b/__pkginfo__.py index 7cb27796579d23919864397862ee07a938369abb_X19wa2dpbmZvX18ucHk=..0a26e6b98b797fff9d1ff8e2a88c668aa8827934_X19wa2dpbmZvX18ucHk= 100644 --- a/__pkginfo__.py +++ b/__pkginfo__.py @@ -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' diff --git a/debian/changelog b/debian/changelog index 7cb27796579d23919864397862ee07a938369abb_ZGViaWFuL2NoYW5nZWxvZw==..0a26e6b98b797fff9d1ff8e2a88c668aa8827934_ZGViaWFuL2NoYW5nZWxvZw== 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +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 diff --git a/setup.py b/setup.py index 7cb27796579d23919864397862ee07a938369abb_c2V0dXAucHk=..0a26e6b98b797fff9d1ff8e2a88c668aa8827934_c2V0dXAucHk= 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ #!/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. diff --git a/views/accounting.py b/views/accounting.py index 7cb27796579d23919864397862ee07a938369abb_dmlld3MvYWNjb3VudGluZy5weQ==..0a26e6b98b797fff9d1ff8e2a88c668aa8827934_dmlld3MvYWNjb3VudGluZy5weQ== 100644 --- a/views/accounting.py +++ b/views/accounting.py @@ -1,7 +1,7 @@ """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" diff --git a/views/actions.py b/views/actions.py index 7cb27796579d23919864397862ee07a938369abb_dmlld3MvYWN0aW9ucy5weQ==..0a26e6b98b797fff9d1ff8e2a88c668aa8827934_dmlld3MvYWN0aW9ucy5weQ== 100644 --- a/views/actions.py +++ b/views/actions.py @@ -1,7 +1,7 @@ """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"