We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dae4fa7 commit 4dfa2b8Copy full SHA for 4dfa2b8
NEWS.txt
@@ -1,3 +1,6 @@
1
+1.5.0 (2017-01-09)
2
+ - Enable support for PEP 526 annotated assignments
3
+
4
1.4.0 (2016-12-30):
5
- Change formatting of ImportStarMessage to be consistent with other errors
6
- Support PEP 498 "f-strings"
pyflakes/__init__.py
@@ -1 +1 @@
-__version__ = '1.4.0'
+__version__ = '1.5.0'
0 commit comments