summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSylvain Th?nault <sylvain.thenault@logilab.fr>2010-09-28 14:22:38 +0200
committerSylvain Th?nault <sylvain.thenault@logilab.fr>2010-09-28 14:22:38 +0200
commite160a87fd81a16f66d5e9e2a67e1a4d8bbbd3eaa (patch)
tree6a04bd21bf5ae09e5164f30ee2af688f41345e39
parent5528e5a1bf39be6d20bdfbad428bcbfbcd2f043d (diff)
downloadlogilab-common-e160a87fd81a16f66d5e9e2a67e1a4d8bbbd3eaa.tar.gz
-rw-r--r--ChangeLog7
-rw-r--r--__pkginfo__.py2
-rw-r--r--debian/changelog6
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 <sylvain.thenault@logilab.fr> Tue, 28 Sep 2010 14:22:27 +0200
+
logilab-common (0.51.1-1) unstable; urgency=low
* new upstream release