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 f67ae8f commit 8447662Copy full SHA for 8447662
NEWS.txt
@@ -1,3 +1,9 @@
1
+1.3.0 (2016-09-01):
2
+ - Fix PyPy2 Windows IntegrationTests
3
+ - Check for duplicate dictionary keys
4
+ - Fix TestMain tests on Windows
5
+ - Fix "continue" and "break" checks ignoring py3.5's "async for" loop
6
+
7
1.2.3 (2016-05-12):
8
- Fix TypeError when processing relative imports
9
pyflakes/__init__.py
@@ -1 +1 @@
-__version__ = '1.2.3'
+__version__ = '1.3.0'
0 commit comments