summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Frost <indigo@bitglue.com>2016-12-30 10:14:25 -0500
committerPhil Frost <indigo@bitglue.com>2016-12-30 10:14:25 -0500
commit34a06960aa2621cbacd8e41db4e0ebe6e324dc5a (patch)
tree702b6907512a9bcb41f8f0cc10aec530014a2983
parent140e2317d101743566dbf51c2472547e6f3d7b63 (diff)
downloadpyflakes-34a06960aa2621cbacd8e41db4e0ebe6e324dc5a.tar.gz
Increment version to 1.4.01.4.0
-rw-r--r--NEWS.txt4
-rw-r--r--pyflakes/__init__.py2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS.txt b/NEWS.txt
index d54109b..021ff6e 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -1,3 +1,7 @@
+1.4.0 (2016-12-30):
+ - Change formatting of ImportStarMessage to be consistent with other errors
+ - Support PEP 498 "f-strings"
+
1.3.0 (2016-09-01):
- Fix PyPy2 Windows IntegrationTests
- Check for duplicate dictionary keys
diff --git a/pyflakes/__init__.py b/pyflakes/__init__.py
index 19b4f1d..96e3ce8 100644
--- a/pyflakes/__init__.py
+++ b/pyflakes/__init__.py
@@ -1 +1 @@
-__version__ = '1.3.0'
+__version__ = '1.4.0'