From e160a87fd81a16f66d5e9e2a67e1a4d8bbbd3eaa Mon Sep 17 00:00:00 2001 From: Sylvain Th?nault Date: Tue, 28 Sep 2010 14:22:38 +0200 Subject: 0.52 --- ChangeLog | 7 ++++++- __pkginfo__.py | 2 +- debian/changelog | 6 ++++++ 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5784268..3e70b4e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,10 @@ ChangeLog for logilab.common ============================ - -- +2010-09-28 -- 0.52.0 + * testlib is now based on unittest2, to prepare its own extinction. + Warning are printed so you can easily migration step by step. + * restored python 2.3 compat in some modules, so one get a change to run pylint at least @@ -10,6 +13,8 @@ ChangeLog for logilab.common * logging_ext: don't try to use ansi colorized formatter when not in debug mode + + 2010-09-10 -- 0.51.1 * logging_ext: init_log function splitted into smaller chunk to ease reuse in other contexts diff --git a/__pkginfo__.py b/__pkginfo__.py index 9ffa938..a2b22af 100644 --- a/__pkginfo__.py +++ b/__pkginfo__.py @@ -23,7 +23,7 @@ modname = 'common' subpackage_of = 'logilab' subpackage_master = True -numversion = (0, 51, 1) +numversion = (0, 52, 0) version = '.'.join([str(num) for num in numversion]) license = 'LGPL' # 2.1 or later diff --git a/debian/changelog b/debian/changelog index 67f112c..d6503da 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +logilab-common (0.52.0-1) unstable; urgency=low + + * new upstream release + + -- Sylvain Thénault Tue, 28 Sep 2010 14:22:27 +0200 + logilab-common (0.51.1-1) unstable; urgency=low * new upstream release -- cgit v1.2.1