From 05981667e5270cbf9f510630bca37c0416d53bb8 Mon Sep 17 00:00:00 2001 From: Nicolas Chauvat Date: Wed, 3 Jun 2009 18:05:53 +0200 Subject: prepare 0.41.0 --- __pkginfo__.py | 2 +- debian/changelog | 6 ++++++ debian/control | 7 ++++++- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/__pkginfo__.py b/__pkginfo__.py index 5c40bd6..e292fad 100644 --- a/__pkginfo__.py +++ b/__pkginfo__.py @@ -8,7 +8,7 @@ __docformat__ = "restructuredtext en" distname = 'logilab-common' modname = 'common' -numversion = (0, 40, 1) +numversion = (0, 41, 0) version = '.'.join([str(num) for num in numversion]) license = 'GPL' diff --git a/debian/changelog b/debian/changelog index fcdb569..c42a604 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +logilab-common (0.41.0-1) unstable; urgency=low + + * new upstream release + + -- Nicolas Chauvat Wed, 03 Jun 2009 17:57:42 +0200 + logilab-common (0.40.1-1) unstable; urgency=low * new upstream release diff --git a/debian/control b/debian/control index 75cddac..404501b 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,12 @@ Source: logilab-common Section: python Priority: optional Maintainer: Debian Python Modules Team -Uploaders: David Douard , Fabrice Douchant , Alexandre Fayolle , Sandro Tosi , Dorothe Sénéchal , Adrien Di Mascio +Uploaders: David Douard , + Alexandre Fayolle , + Sandro Tosi , + Dorothe Sénéchal , + Adrien Di Mascio , + Nicolas Chauvat Build-Depends: debhelper (>= 5.0.38), python (>= 2.3.5-7) Build-Depends-Indep: python-support, python-epydoc, graphviz XS-Python-Version: all -- cgit v1.2.1