summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Frost <indigo@bitglue.com>2017-01-09 20:01:09 -0500
committerPhil Frost <indigo@bitglue.com>2017-01-09 20:01:09 -0500
commit4dfa2b8cd367869bfa776f03efc64e514f70e483 (patch)
treea655a8238e2d04e29ef10d088707f7e612e2559e
parentdae4fa70d8d5fd98e81ceb72c007c0c60725dfec (diff)
downloadpyflakes-4dfa2b8cd367869bfa776f03efc64e514f70e483.tar.gz
Increment version to 1.5.01.5.0
-rw-r--r--NEWS.txt3
-rw-r--r--pyflakes/__init__.py2
2 files changed, 4 insertions, 1 deletions
diff --git a/NEWS.txt b/NEWS.txt
index 021ff6e..a662df1 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -1,3 +1,6 @@
+1.5.0 (2017-01-09)
+ - Enable support for PEP 526 annotated assignments
+
1.4.0 (2016-12-30):
- Change formatting of ImportStarMessage to be consistent with other errors
- Support PEP 498 "f-strings"
diff --git a/pyflakes/__init__.py b/pyflakes/__init__.py
index 96e3ce8..77f1c8e 100644
--- a/pyflakes/__init__.py
+++ b/pyflakes/__init__.py
@@ -1 +1 @@
-__version__ = '1.4.0'
+__version__ = '1.5.0'