Skip to content

Commit 34a0696

Browse files
committed
Increment version to 1.4.0
1 parent 140e231 commit 34a0696

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

NEWS.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
15
1.3.0 (2016-09-01):
26
- Fix PyPy2 Windows IntegrationTests
37
- Check for duplicate dictionary keys

pyflakes/__init__.py

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

0 commit comments

Comments
 (0)