diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | pylint/__pkginfo__.py | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -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 = [ |