From 9ece35026faba27477ea486028dc204e41d4c02c Mon Sep 17 00:00:00 2001 From: Claudiu Popa Date: Sat, 14 Mar 2015 18:36:49 +0200 Subject: Prepare 1.4.3 release. --- ChangeLog | 2 +- DEPENDS | 2 +- pylint/__pkginfo__.py | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 261054e..a760b6e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,7 @@ ChangeLog for Pylint -------------------- --- +2015-03-14 -- 1.4.3 * Remove three warnings: star-args, abstract-class-little-used, abstract-class-not-used. These warnings don't add any real value diff --git a/DEPENDS b/DEPENDS index 3a33b85..653dfcb 100644 --- a/DEPENDS +++ b/DEPENDS @@ -1,3 +1,3 @@ python-logilab-common (>= 0.19.0) -python-astroid (>= 1.3.5) +python-astroid (>= 1.3.6) python-tk diff --git a/pylint/__pkginfo__.py b/pylint/__pkginfo__.py index 89c50a3..78f6bf2 100644 --- a/pylint/__pkginfo__.py +++ b/pylint/__pkginfo__.py @@ -19,10 +19,10 @@ from __future__ import absolute_import modname = distname = 'pylint' -numversion = (1, 4, 2) +numversion = (1, 4, 3) version = '.'.join([str(num) for num in numversion]) -install_requires = ['logilab-common >= 0.53.0', 'astroid >= 1.3.5', 'six'] +install_requires = ['logilab-common >= 0.53.0', 'astroid >= 1.3.6', 'six'] license = 'GPL' description = "python code static checker" -- cgit v1.2.1