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

Prepare 1.5.6

parent c6ade20e
No related branches found
No related tags found
No related merge requests found
ChangeLog for Pylint
--------------------
 
--
2016-06-06 -- 1.5.6
* config files with BOM markers can now be read.
 
Close #864.
Loading
Loading
Loading
Loading
@@ -23,7 +23,7 @@ from os.path import join
 
modname = distname = 'pylint'
 
numversion = (1, 5, 5)
numversion = (1, 5, 6)
version = '.'.join([str(num) for num in numversion])
 
install_requires = [
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