Skip to content

Commit 4dfa2b8

Browse files
committed
Increment version to 1.5.0
1 parent dae4fa7 commit 4dfa2b8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

NEWS.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
1.5.0 (2017-01-09)
2+
- Enable support for PEP 526 annotated assignments
3+
14
1.4.0 (2016-12-30):
25
- Change formatting of ImportStarMessage to be consistent with other errors
36
- Support PEP 498 "f-strings"

pyflakes/__init__.py

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

0 commit comments

Comments
 (0)