summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSylvain Th?nault <sylvain.thenault@logilab.fr>2010-09-10 10:24:12 +0200
committerSylvain Th?nault <sylvain.thenault@logilab.fr>2010-09-10 10:24:12 +0200
commita5583d8ee8d25cefc485224decabfd42db6977c5 (patch)
treea23ca52587befb8165c9a72f6808c6cb0815df91
parent19e9c85f8f36b68180609df34fad3552081a738c (diff)
downloadlogilab-common-version-0.51.1.tar.gz
-rw-r--r--ChangeLog10
-rw-r--r--__pkginfo__.py2
-rw-r--r--debian/changelog6
3 files changed, 17 insertions, 1 deletions
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 <sylvain.thenault@logilab.fr> Fri, 10 Sep 2010 10:19:37 +0200
+
logilab-common (0.51.0-1) unstable; urgency=low
* new upstream release