summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSylvain Thenault <sylvain.thenault@logilab.fr>2008-10-09 14:55:03 +0200
committerSylvain Thenault <sylvain.thenault@logilab.fr>2008-10-09 14:55:03 +0200
commit195d1ee0a659562617f306dc777d7e1fecf0c73c (patch)
tree062b0552921b3cf9dda799893a7eabcc13984d7a
parent4978625fe47703ef78a8022ffc37f4c154754bba (diff)
downloadlogilab-common-195d1ee0a659562617f306dc777d7e1fecf0c73c.tar.gz
0.35.3
-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 90b3090..2272cf5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,11 @@
ChangeLog for logilab.common
============================
- --
+2008-10-09 -- 0.35.3
* graph: new has_path method
+
+
2008-10-01 -- 0.35.2
* configuration:
- fix #6011: lgc.configuration ignore customized option values
diff --git a/__pkginfo__.py b/__pkginfo__.py
index 0299169..334d884 100644
--- a/__pkginfo__.py
+++ b/__pkginfo__.py
@@ -8,7 +8,7 @@ __docformat__ = "restructuredtext en"
distname = 'logilab-common'
modname = 'common'
-numversion = (0, 35, 2)
+numversion = (0, 35, 3)
version = '.'.join([str(num) for num in numversion])
license = 'GPL'
diff --git a/debian/changelog b/debian/changelog
index 952534c..4fd86a6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+logilab-common (0.35.3-1) unstable; urgency=low
+
+ * new upstream release
+
+ -- Sylvain Thénault <sylvain.thenault@logilab.fr> Thu, 09 Oct 2008 14:54:28 +0200
+
logilab-common (0.35.2-1) unstable; urgency=low
* new upstream release