Skip to content
Snippets Groups Projects
Commit 20c564b1 authored by Claudiu Popa's avatar Claudiu Popa
Browse files

Prepare 1.5.5

parent 9f829474
No related branches found
No related tags found
No related merge requests found
ChangeLog for Pylint
--------------------
 
--
2016-03-21 -- 1.5.5
* Let visit_importfrom from Python 3 porting checker be called when everything is disabled
 
Because the visit method was filtering the patterns it was expecting to be activated,
Loading
Loading
python-astroid (>= 1.4.0)
python-astroid (>= 1.4.5)
python-tk
Loading
Loading
@@ -23,11 +23,11 @@ from os.path import join
 
modname = distname = 'pylint'
 
numversion = (1, 5, 4)
numversion = (1, 5, 5)
version = '.'.join([str(num) for num in numversion])
 
install_requires = [
'astroid>=1.4.1,<1.5.0',
'astroid>=1.4.5,<1.5.0',
'six',
]
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment