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 140e231 commit 34a0696Copy full SHA for 34a0696
NEWS.txt
@@ -1,3 +1,7 @@
1
+1.4.0 (2016-12-30):
2
+ - Change formatting of ImportStarMessage to be consistent with other errors
3
+ - Support PEP 498 "f-strings"
4
+
5
1.3.0 (2016-09-01):
6
- Fix PyPy2 Windows IntegrationTests
7
- Check for duplicate dictionary keys
pyflakes/__init__.py
@@ -1 +1 @@
-__version__ = '1.3.0'
+__version__ = '1.4.0'
0 commit comments