summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS.txt4
-rw-r--r--pyflakes/__init__.py2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS.txt b/NEWS.txt
index a662df1..ce9cc34 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -1,3 +1,7 @@
+1.6.0 (2017-08-03)
+ - Process function scope variable annotations for used names
+ - Find Python files without extensions by their shebang
+
1.5.0 (2017-01-09)
- Enable support for PEP 526 annotated assignments
diff --git a/pyflakes/__init__.py b/pyflakes/__init__.py
index 77f1c8e..bcd8d54 100644
--- a/pyflakes/__init__.py
+++ b/pyflakes/__init__.py
@@ -1 +1 @@
-__version__ = '1.5.0'
+__version__ = '1.6.0'