summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSylvain <syt@logilab.fr>2007-06-25 10:17:00 +0200
committerSylvain <syt@logilab.fr>2007-06-25 10:17:00 +0200
commitd94b8caa4e30fdac82c09179ba169a3de3a2963d (patch)
tree0d43f2d14b8bf62b883e3557954acd7a0882bb47
parent78a34dbbec19e205bfbb3c84888e4de6375c325a (diff)
downloadlogilab-common-version-0_22_2.tar.gz
-rw-r--r--ChangeLog3
-rw-r--r--__pkginfo__.py2
-rw-r--r--debian/changelog6
3 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c09cb90..233d8f1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,9 @@
ChangeLog for logilab.common
============================
+2007-06-25 -- 0.22.2
+ * new 'typechanged' action for configuration.read_old_config
+
2007-05-14 -- 0.22.1
* important bug fix in bd.py
* added history in pytest debugger sessions
diff --git a/__pkginfo__.py b/__pkginfo__.py
index 5816957..5272f0e 100644
--- a/__pkginfo__.py
+++ b/__pkginfo__.py
@@ -17,7 +17,7 @@
distname = 'logilab-common'
modname = 'common'
-numversion = (0, 22, 1)
+numversion = (0, 22, 2)
version = '.'.join([str(num) for num in numversion])
license = 'GPL'
diff --git a/debian/changelog b/debian/changelog
index 212c9b8..fb01c5f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+logilab-common (0.22.1-2) unstable; urgency=low
+
+ * new upstream release
+
+ -- Sylvain Thénault <sylvain.thenault@logilab.fr> Mon, 25 Jun 2007 10:16:38 +0200
+
logilab-common (0.22.1-1) unstable; urgency=low
* new upstream release