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

Prepare 1.5.2 release.

parent d34ae894
No related branches found
No related tags found
No related merge requests found
ChangeLog for Pylint
--------------------
 
--
2015-12-21
* Don't crash if graphviz is not installed, instead emit a
warning letting the user to know.
 
Loading
Loading
Loading
Loading
@@ -23,7 +23,7 @@ from os.path import join
 
modname = distname = 'pylint'
 
numversion = (1, 5, 1)
numversion = (1, 5, 2)
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