Skip to content

Commit d2af071

Browse files
committed
Increment version to 1.6.0
1 parent 4709bf5 commit d2af071

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

NEWS.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
1.6.0 (2017-08-03)
2+
- Process function scope variable annotations for used names
3+
- Find Python files without extensions by their shebang
4+
15
1.5.0 (2017-01-09)
26
- Enable support for PEP 526 annotated assignments
37

pyflakes/__init__.py

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

0 commit comments

Comments
 (0)