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

Prepare 1.6.4

parent 587776be
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -5,7 +5,13 @@ Pylint NEWS
What's new in Pylint 1.6.4?
===========================
 
Release date: tba
Release date: 2016-07-19
* Recurse into all the ancestors when checking if an object is an exception
Since we were going only into the first level, we weren't inferring
when a class used a metaclass which defined a base Exception class
for the aforementioned class.
 
 
What's new in Pylint 1.6.3?
Loading
Loading
Loading
Loading
@@ -12,7 +12,7 @@ from os.path import join
 
modname = distname = 'pylint'
 
numversion = (1, 6, 3)
numversion = (1, 6, 4)
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