summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSylvain <syt@logilab.fr>2007-12-20 16:52:27 +0100
committerSylvain <syt@logilab.fr>2007-12-20 16:52:27 +0100
commit44eee93182a6db26c7255e489e5fd36e9a301951 (patch)
treea33ad0855d833d71803e19b2bae5eca2bd889477
parentfcfaa3126eda2050492fa8f4b0ef60526f32eda5 (diff)
downloadlogilab-common-44eee93182a6db26c7255e489e5fd36e9a301951.tar.gz
0.25.2
-rw-r--r--ChangeLog4
-rw-r--r--__pkginfo__.py2
-rw-r--r--debian/changelog6
3 files changed, 10 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index e2d2290..4b6d77f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
ChangeLog for logilab.common
============================
-
+ --
+ * adbh: new needs_from_clause variable on db helper
+
2007-12-11 -- 0.25.1
* pytest: new --profile option, setup module / teardown module hook,
other fixes and enhancements
diff --git a/__pkginfo__.py b/__pkginfo__.py
index 4c7bb9f..22b63d6 100644
--- a/__pkginfo__.py
+++ b/__pkginfo__.py
@@ -17,7 +17,7 @@
distname = 'logilab-common'
modname = 'common'
-numversion = (0, 25, 1)
+numversion = (0, 25, 2)
version = '.'.join([str(num) for num in numversion])
license = 'GPL'
diff --git a/debian/changelog b/debian/changelog
index 44d19e6..3a2660a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+logilab-common (0.25.2-1) unstable; urgency=low
+
+ * new upstream release
+
+ -- Sylvain Thénault <Sylvain.Thenault@logilab.fr> Thu, 20 Dec 2007 16:52:11 +0100
+
logilab-common (0.25.1-1) unstable; urgency=low
* new upstream release