diff --git a/__pkginfo__.py b/__pkginfo__.py index 9cbf5b822befb06a85a993a43aff15f6bbd04cbf_X19wa2dpbmZvX18ucHk=..5d254dd4ffb293bb383127c739e015ab3797a363_X19wa2dpbmZvX18ucHk= 100644 --- a/__pkginfo__.py +++ b/__pkginfo__.py @@ -4,9 +4,9 @@ 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' @@ -8,8 +8,7 @@ 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 @@ -14,6 +13,5 @@ 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 index 9cbf5b822befb06a85a993a43aff15f6bbd04cbf_ZGViaWFuL2NoYW5nZWxvZw==..5d254dd4ffb293bb383127c739e015ab3797a363_ZGViaWFuL2NoYW5nZWxvZw== 100644 --- 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