summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudiu Popa <cpopa@cloudbasesolutions.com>2015-01-16 21:44:07 +0200
committerClaudiu Popa <cpopa@cloudbasesolutions.com>2015-01-16 21:44:07 +0200
commit7d2ffe10bc269ed7a2a49c71fd41f4af20380a81 (patch)
treeaf3daffe4308ac7637acb56ce3e4203134c09faa
parent4996100df7f515b23d0023cc674691c6f1448712 (diff)
downloadpylint-1.4.1.tar.gz
Prepare the release.pylint-1.4.1
-rw-r--r--ChangeLog3
-rw-r--r--DEPENDS2
-rw-r--r--__pkginfo__.py4
3 files changed, 5 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 737ca00..862e5d9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,8 @@
ChangeLog for Pylint
====================
---
+2015-01-16 -- 1.4.1
+
* Look only in the current function's scope for bad-super-call.
Closes issue #403.
diff --git a/DEPENDS b/DEPENDS
index 3735455..e4a2f52 100644
--- a/DEPENDS
+++ b/DEPENDS
@@ -1,3 +1,3 @@
python-logilab-common (>= 0.19.0)
-python-astroid (>= 1.2.0)
+python-astroid (>= 1.3.3)
python-tk
diff --git a/__pkginfo__.py b/__pkginfo__.py
index acca3b7..6ed331a 100644
--- a/__pkginfo__.py
+++ b/__pkginfo__.py
@@ -19,10 +19,10 @@ from __future__ import absolute_import
modname = distname = 'pylint'
-numversion = (1, 4, 0)
+numversion = (1, 4, 1)
version = '.'.join([str(num) for num in numversion])
-install_requires = ['logilab-common >= 0.53.0', 'astroid >= 1.3.2', 'six']
+install_requires = ['logilab-common >= 0.53.0', 'astroid >= 1.3.3', 'six']
license = 'GPL'
description = "python code static checker"