summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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'