diff options
author | Sylvain Thénault <sylvain.thenault@logilab.fr> | 2009-01-28 12:15:51 +0100 |
---|---|---|
committer | Sylvain Thénault <sylvain.thenault@logilab.fr> | 2009-01-28 12:15:51 +0100 |
commit | 3bbacbb0e0de8fe4beaaa157206c8d501b8d8728 (patch) | |
tree | 8bd2e6633580bb8ef5be305e24cece94686091ae | |
parent | c28101b902cf45f9515d9d5e162f073fca96df31 (diff) | |
download | pylint-git-3bbacbb0e0de8fe4beaaa157206c8d501b8d8728.tar.gz |
0.16
-rw-r--r-- | README | 5 | ||||
-rw-r--r-- | __pkginfo__.py | 6 | ||||
-rw-r--r-- | debian/changelog | 5 |
3 files changed, 11 insertions, 5 deletions
@@ -3,8 +3,8 @@ README for PyLint Dependencies ------------ -Pylint requires the logilab-astng (version >= 0.14), logilab-common -(version >= 0.13) and the optik (only for python < 2.3) packages. +Pylint requires the logilab-astng (version >= 0.17.4), logilab-common +(version >= 0.38) and the optik (only for python < 2.3) packages. Pylint should be compatible with any python >= 2.2. * http://www.logilab.org/projects/astng @@ -47,6 +47,7 @@ Contributors ------------ * Sylvain Thénault: main author / maintainer * Alexandre Fayolle: TkInter gui, documentation, debian support +* Mads Kiilerich: various patches * Brian van den Broek: windows installation documentation * Amaury Forgeot d'Arc: patch to check names imported from a module exists in the module diff --git a/__pkginfo__.py b/__pkginfo__.py index 4d758ec1d..7f6578f8c 100644 --- a/__pkginfo__.py +++ b/__pkginfo__.py @@ -1,5 +1,5 @@ # pylint: disable-msg=W0622,C0103 -# Copyright (c) 2003-2008 LOGILAB S.A. (Paris, FRANCE). +# Copyright (c) 2003-2009 LOGILAB S.A. (Paris, FRANCE). # http://www.logilab.fr/ -- mailto:contact@logilab.fr # # This program is free software; you can redistribute it and/or modify it under @@ -18,11 +18,11 @@ modname = 'pylint' -numversion = (0, 15, 2) +numversion = (0, 16, 0) version = '.'.join([str(num) for num in numversion]) license = 'GPL' -copyright = '''Copyright (c) 2003-2008 Sylvain Thenault (thenault@gmail.com). +copyright = '''Copyright (c) 2003-2009 Sylvain Thenault (thenault@gmail.com). Copyright (c) 2003-2008 LOGILAB S.A. (Paris, FRANCE). http://www.logilab.fr/ -- mailto:contact@logilab.fr''' diff --git a/debian/changelog b/debian/changelog index e14c95c85..5813c99be 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,8 @@ +pylint (0.16.0-1) unstable; urgency=low + + * new upstream release + + -- Sylvain Thénault <sylvain.thenault@logilab.fr> Wed, 28 Jan 2009 12:15:07 +0100 pylint (0.15.2-1) unstable; urgency=low |