diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | __pkginfo__.py | 2 | ||||
-rw-r--r-- | debian/changelog | 6 |
3 files changed, 8 insertions, 2 deletions
@@ -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 |