summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--__pkginfo__.py2
-rw-r--r--debian/changelog6
3 files changed, 9 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index a25f8e9..7b97f06 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,9 @@
ChangeLog for logilab.common
============================
- --
+2007-10-29 -- 0.24.0
* decorators: new classproperty decorator
- * adbh: new module containing advanced db helper which were in the "db"
+ * adbh: new module containing advanced db helper which were in the "db"
module, with additional registered procedures handling
diff --git a/__pkginfo__.py b/__pkginfo__.py
index dd2ac57..2012a9f 100644
--- a/__pkginfo__.py
+++ b/__pkginfo__.py
@@ -17,7 +17,7 @@
distname = 'logilab-common'
modname = 'common'
-numversion = (0, 23, 1)
+numversion = (0, 24, 0)
version = '.'.join([str(num) for num in numversion])
license = 'GPL'
diff --git a/debian/changelog b/debian/changelog
index 9dce3d7..26bd0de 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+logilab-common (0.24.0-1) unstable; urgency=low
+
+ * new upstream release
+
+ -- Sylvain Thénault <sylvain.thenault@logilab.fr> Mon, 29 Oct 2007 10:31:28 +0100
+
logilab-common (0.23.1-1) unstable; urgency=low
* new upstream release