summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2016-01-11 11:52:35 +0200
committerClaudiu Popa <pcmanticore@gmail.com>2016-01-11 11:52:35 +0200
commit106ae1224f01eb8a5b0b89b3b382ed68763d68ca (patch)
tree5feada90e441124aa12ff57a3cbc59c616bca7f7
parent65d43c889afef7c6953ad7664ea157e5537ad376 (diff)
downloadpylint-git-106ae1224f01eb8a5b0b89b3b382ed68763d68ca.tar.gz
Prepare 1.5.3 release.pylint-1.5.3
-rw-r--r--ChangeLog4
-rw-r--r--pylint/__pkginfo__.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 02876f158..e832768e5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
ChangeLog for Pylint
--------------------
---
+2016-01-11 -- 1.5.3
* Handle the import fallback idiom with regard to wrong-import-order.
@@ -45,7 +45,7 @@ ChangeLog for Pylint
Closes issue #749.
-2015-12-21
+2015-12-21 -- 1.5.2
* Don't crash if graphviz is not installed, instead emit a
warning letting the user to know.
diff --git a/pylint/__pkginfo__.py b/pylint/__pkginfo__.py
index 0ded5d2f5..251cb2707 100644
--- a/pylint/__pkginfo__.py
+++ b/pylint/__pkginfo__.py
@@ -23,7 +23,7 @@ from os.path import join
modname = distname = 'pylint'
-numversion = (1, 5, 2)
+numversion = (1, 5, 3)
version = '.'.join([str(num) for num in numversion])
install_requires = [