summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrien Di Mascio <Adrien.DiMascio@logilab.fr>2009-05-28 14:02:08 +0200
committerAdrien Di Mascio <Adrien.DiMascio@logilab.fr>2009-05-28 14:02:08 +0200
commitb1827e3c0169706dc86d8812b14b9ae7aebef329 (patch)
treeb6d138ce7f52825c9e098cb86b4a8ca8b645e152
parent0b272e42fd16d917d94f50102b58123fd003d9f3 (diff)
downloadlogilab-common-b1827e3c0169706dc86d8812b14b9ae7aebef329.tar.gz
preparing 0.40.1
-rw-r--r--ChangeLog6
-rw-r--r--__pkginfo__.py2
-rw-r--r--debian/changelog6
-rw-r--r--debian/control2
4 files changed, 13 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 5ae57f0..5cbbe23 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,11 @@
ChangeLog for logilab.common
============================
---
+2009-05-28 -- 0.40.1
+ * date: handle both mx.DateTime and datetime representations
+ * db: use sqlite native module's Binary, not StringIO
+
+2009-05-14 -- 0.40.0
* python < 2.3 are now officially unsupported
* #9162: new module with some sphinx utilities
* #9166: use a global variable to control mx datetime / py datetime usage
diff --git a/__pkginfo__.py b/__pkginfo__.py
index c613e6f..5c40bd6 100644
--- a/__pkginfo__.py
+++ b/__pkginfo__.py
@@ -8,7 +8,7 @@ __docformat__ = "restructuredtext en"
distname = 'logilab-common'
modname = 'common'
-numversion = (0, 40, 0)
+numversion = (0, 40, 1)
version = '.'.join([str(num) for num in numversion])
license = 'GPL'
diff --git a/debian/changelog b/debian/changelog
index 2b645bb..fcdb569 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+logilab-common (0.40.1-1) unstable; urgency=low
+
+ * new upstream release
+
+ -- Adrien Di Mascio <Adrien.DiMascio@logilab.fr> Thu, 28 May 2009 12:14:30 +0200
+
logilab-common (0.40.0-1) unstable; urgency=low
* put python-egenix-mxdatetime as a recommends instead of depends
diff --git a/debian/control b/debian/control
index 37d33b6..75cddac 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: logilab-common
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
-Uploaders: David Douard <david.douard@logilab.fr>, Fabrice Douchant <fabrice.douchant@logilab.fr>, Alexandre Fayolle <afayolle@debian.org>, Sandro Tosi <morph@debian.org>, Dorothe Sénéchal <dorothee.senechal@logilab.fr>
+Uploaders: David Douard <david.douard@logilab.fr>, Fabrice Douchant <fabrice.douchant@logilab.fr>, Alexandre Fayolle <afayolle@debian.org>, Sandro Tosi <morph@debian.org>, Dorothe Sénéchal <dorothee.senechal@logilab.fr>, Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
Build-Depends: debhelper (>= 5.0.38), python (>= 2.3.5-7)
Build-Depends-Indep: python-support, python-epydoc, graphviz
XS-Python-Version: all