From a5583d8ee8d25cefc485224decabfd42db6977c5 Mon Sep 17 00:00:00 2001 From: Sylvain Th?nault Date: Fri, 10 Sep 2010 10:24:12 +0200 Subject: 0.51.1 --- ChangeLog | 10 ++++++++++ __pkginfo__.py | 2 +- debian/changelog | 6 ++++++ 3 files changed, 17 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 37294e1..6563898 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,16 @@ ChangeLog for logilab.common ============================ +2010-09-10 -- 0.51.1 + * logging_ext: init_log function splitted into smaller chunk to ease reuse + in other contexts + + * clcommands: enhanced/cleaned api, nicer usage display + + * various pylint detected errors fixed + + + 2010-08-26 -- 0.51.0 * testlib: don't raise string exception (closes #35331) diff --git a/__pkginfo__.py b/__pkginfo__.py index 4232a18..1182ae4 100644 --- a/__pkginfo__.py +++ b/__pkginfo__.py @@ -23,7 +23,7 @@ modname = 'common' subpackage_of = 'logilab' subpackage_master = True -numversion = (0, 51, 0) +numversion = (0, 51, 1) version = '.'.join([str(num) for num in numversion]) license = 'LGPL' # 2.1 or later diff --git a/debian/changelog b/debian/changelog index fd1ba44..67f112c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +logilab-common (0.51.1-1) unstable; urgency=low + + * new upstream release + + -- Sylvain Thénault Fri, 10 Sep 2010 10:19:37 +0200 + logilab-common (0.51.0-1) unstable; urgency=low * new upstream release -- cgit v1.2.1