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
commitc82eb1a6108849d6abf42c02e9c33482d2898e77 (patch)
treeeb22343144ea13ea0f7c9d02704da45901395164
parentbd07a33000efcfaa3a2a35c65b183c419e9c4d0e (diff)
downloadpylint-git-pylint-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 737ca00d0..862e5d9ca 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 37354556b..e4a2f52ed 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 acca3b72c..6ed331aac 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"