summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Frost <indigo@bitglue.com>2017-08-03 10:37:05 -0400
committerPhil Frost <indigo@bitglue.com>2017-08-03 10:37:05 -0400
commitd2af071c84344de2aa633c1f314ef6cfe6c9515f (patch)
tree2c10acb48b5121acc7efb2d4edd3468f4708b2cc
parent4709bf5105078a345fd145d68d39c44a9b6d3a30 (diff)
downloadpyflakes-d2af071c84344de2aa633c1f314ef6cfe6c9515f.tar.gz
Increment version to 1.6.01.6.0
-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'