# HG changeset patch # User Sylvain Thénault <sylvain.thenault@logilab.fr> # Date 1297336460 -3600 # Thu Feb 10 12:14:20 2011 +0100 # Node ID 5d254dd4ffb293bb383127c739e015ab3797a363 # Parent 9cbf5b822befb06a85a993a43aff15f6bbd04cbf 0.5.2 diff --git a/__pkginfo__.py b/__pkginfo__.py --- a/__pkginfo__.py +++ b/__pkginfo__.py @@ -4,16 +4,14 @@ modname = 'fresh' distname = 'cubicweb-fresh' -numversion = (0, 5, 1) +numversion = (0, 5, 2) version = '.'.join(str(num) for num in numversion) license = 'LGPL' author = 'Logilab' author_email = 'contact@logilab.fr' - description = 'expense tracking application built on the CubicWeb framework' web = 'http://www.cubicweb.org/project/%s' % distname - classifiers = [ 'Environment :: Web Environment', 'Framework :: CubicWeb', diff --git a/debian/changelog b/debian/changelog --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cubicweb-fresh (0.5.2-1) unstable; urgency=low + + * new upstream release + + -- Sylvain Thénault <sylvain.thenault@logilab.fr> Thu, 10 Feb 2011 12:13:40 +0100 + cubicweb-fresh (0.5.1-1) unstable; urgency=low * new upstream release