diff options
-rw-r--r-- | NEWS.txt | 4 | ||||
-rw-r--r-- | pyflakes/__init__.py | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -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' |