# HG changeset patch # User Graziella Toutoungis <graziella.toutoungis@logilab.fr> # Date 1238420145 -7200 # Mon Mar 30 15:35:45 2009 +0200 # Node ID 254df3c3e18df7aca19e818e6907afaa045f8931 # Parent 2f7e90ba3c8658a8ffd50338431329906ddeb310 prepare package 1.5.0 diff --git a/__pkginfo__.py b/__pkginfo__.py --- a/__pkginfo__.py +++ b/__pkginfo__.py @@ -4,7 +4,7 @@ distname = "cubicweb-blog" modname = distname.split('-', 1)[1] -numversion = (1, 4, 3) +numversion = (1, 5, 0) version = '.'.join(str(num) for num in numversion) license = 'LGPL' diff --git a/debian/changelog b/debian/changelog --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +cubicweb-blog (1.5.0-1) unstable; urgency=low + + * hide the blogs box when it's empty + * blog entry to multiple blogs + + -- Graziella Toutoungis <graziella.toutoungis@logilab.fr> Mon, 30 Mar 2009 14:33:03 +0100 + cubicweb-blog (1.4.3-1) unstable; urgency=low * new upstream release