summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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'