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

Prepare 1.7.1

parent 5e4abe47
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -5,7 +5,7 @@ Pylint's ChangeLog
What's New in Pylint 1.7.1?
=========================
 
Release date: |TBA|
Release date: 2017-04-17
 
* Fix a false positive which occurred when an exception was reraised
 
Loading
Loading
@@ -17,6 +17,8 @@ Release date: |TBA|
should exempt function calls and function definitions from the check
Close #1424
 
* Don't depend on editdistance any longer.
 
What's New in Pylint 1.7?
=========================
Loading
Loading
Loading
Loading
@@ -18,7 +18,7 @@ from setuptools import __version__ as setuptools_version
 
modname = distname = 'pylint'
 
numversion = (1, 7, 0)
numversion = (1, 7, 1)
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