summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--__pkginfo__.py2
-rw-r--r--debian/changelog6
3 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 815f80f..06c4f03 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,10 @@
ChangeLog for logilab.common
============================
+2008-12-11 -- 0.37.1
+ * contexts: make the module syntactically correct wrt python2.4
+
+
2008-12-09 -- 0.37.0
* contexts: new module for context managers, keeping py <2.4 syntax compat
for distribution (only `tempdir` cm for now)
diff --git a/__pkginfo__.py b/__pkginfo__.py
index c0da03d..bfd7b56 100644
--- a/__pkginfo__.py
+++ b/__pkginfo__.py
@@ -8,7 +8,7 @@ __docformat__ = "restructuredtext en"
distname = 'logilab-common'
modname = 'common'
-numversion = (0, 37, 0)
+numversion = (0, 37, 1)
version = '.'.join([str(num) for num in numversion])
license = 'GPL'
diff --git a/debian/changelog b/debian/changelog
index 64dc2f0..a261744 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+logilab-common (0.37.1-1) DISTRIBUTION; urgency=low
+
+ * new upstream release
+
+ -- Adrien Di Mascio <Adrien.DiMascio@logilab.fr> Thu, 11 Dec 2008 16:07:02 +0100
+
logilab-common (0.37.0-1) DISTRIBUTION; urgency=low
* new upstream release