We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2742b6 commit efddb93Copy full SHA for efddb93
NEWS.txt
@@ -1,5 +1,10 @@
1
-UNRELEASED
+2.0.0 (2018-05-20)
2
+ - Drop support for EOL Python <2.7 and 3.2-3.3
3
- Check for unused exception binding in `except:` block
4
+ - Handle string literal type annotations
5
+ - Ignore redefinitions of `_`, unless originally defined by import
6
+ - Support `__class__` without `self` in Python 3
7
+ - Issue an error for `raise NotImplemented(...)`
8
9
1.6.0 (2017-08-03)
10
- Process function scope variable annotations for used names
pyflakes/__init__.py
@@ -1 +1 @@
-__version__ = '1.6.0'
+__version__ = '2.0.0'
0 commit comments