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
commitc819abbc3120f6a4ee26ada8d2974a903c67b95d (patch)
tree2a6c59d2b6f8b39a6a176f5e492db9d96ab8376a
parentcda434ac70e1ac2c7a73394307c8ad2fdf83b5b3 (diff)
downloadpylint-git-pylint-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 261054ed9..a760b6e6a 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 3a33b857e..653dfcbda 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 89c50a308..78f6bf29a 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"