summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudiu Popa <cpopa@cloudbasesolutions.com>2015-03-14 18:36:49 +0200
committerClaudiu Popa <cpopa@cloudbasesolutions.com>2015-03-14 18:36:49 +0200
commit9ece35026faba27477ea486028dc204e41d4c02c (patch)
treee472a467479faa3b08c029a1380e2dd1ed65644d
parent4a5848dccdaf3a2a1f966c38a5f4a2b410b336e1 (diff)
downloadpylint-1.4.3.tar.gz
Prepare 1.4.3 release.pylint-1.4.3
-rw-r--r--ChangeLog2
-rw-r--r--DEPENDS2
-rw-r--r--pylint/__pkginfo__.py4
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"