Skip to content

Commit efddb93

Browse files
committed
Increment version to 2.0.0
1 parent c2742b6 commit efddb93

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

NEWS.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1-
UNRELEASED
1+
2.0.0 (2018-05-20)
2+
- Drop support for EOL Python <2.7 and 3.2-3.3
23
- 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(...)`
38

49
1.6.0 (2017-08-03)
510
- Process function scope variable annotations for used names

pyflakes/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.6.0'
1+
__version__ = '2.0.0'

0 commit comments

Comments
 (0)