summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Chauvat <nicolas.chauvat@logilab.fr>2008-08-07 19:20:49 +0200
committerNicolas Chauvat <nicolas.chauvat@logilab.fr>2008-08-07 19:20:49 +0200
commit18a23ba613d5e9c5cff026b96bd2ec80d934e79b (patch)
treeaa94c9bb3b70a4da916166b776f91ce69787a78a
parentc29704aa086b0867581c9b5d89f6fecd31953076 (diff)
downloadlogilab-common-version-0_34_0.tar.gz
-rw-r--r--ChangeLog2
-rw-r--r--__pkginfo__.py2
-rw-r--r--debian/changelog6
3 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index bbb4453..1420590 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
ChangeLog for logilab.common
============================
- --
+2008-08-07 -- 0.34.0
* changelog propertly adds new line at the end of each entry
* add a with_tempdir decorator ensuring all temporary files and dirs are removed
diff --git a/__pkginfo__.py b/__pkginfo__.py
index b8da7db..b84461a 100644
--- a/__pkginfo__.py
+++ b/__pkginfo__.py
@@ -8,7 +8,7 @@ __docformat__ = "restructuredtext en"
distname = 'logilab-common'
modname = 'common'
-numversion = (0, 33, 0)
+numversion = (0, 34, 0)
version = '.'.join([str(num) for num in numversion])
license = 'GPL'
diff --git a/debian/changelog b/debian/changelog
index 2fec6c4..82ed194 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+logilab-common (0.34.0-1) unstable; urgency=low
+
+ * new upstream release
+
+ -- Nicolas Chauvat <nicolas.chauvat@logilab.fr> Thu, 7 Aug 2008 19:15:00 +0200
+
logilab-common (0.33.0-1) unstable; urgency=low
* new upstream release