Skip to content

Commit 8447662

Browse files
committed
Increment version to 1.3.0
1 parent f67ae8f commit 8447662

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

NEWS.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
17
1.2.3 (2016-05-12):
28
- Fix TypeError when processing relative imports
39

pyflakes/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.2.3'
1+
__version__ = '1.3.0'

0 commit comments

Comments
 (0)