summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Frost <indigo@bitglue.com>2016-09-01 15:54:19 -0400
committerPhil Frost <indigo@bitglue.com>2016-09-01 15:57:21 -0400
commit8447662086b8d3a02871e42feee5b9439c5c7d0a (patch)
tree4c089362726262b7f6e143eb77c06e0c0878b19d
parentf67ae8f345c513ca17895bede174483748d6426c (diff)
downloadpyflakes-8447662086b8d3a02871e42feee5b9439c5c7d0a.tar.gz
Increment version to 1.3.01.3.0
-rw-r--r--NEWS.txt6
-rw-r--r--pyflakes/__init__.py2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS.txt b/NEWS.txt
index d887c67..d54109b 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -1,3 +1,9 @@
+1.3.0 (2016-09-01):
+ - Fix PyPy2 Windows IntegrationTests
+ - Check for duplicate dictionary keys
+ - Fix TestMain tests on Windows
+ - Fix "continue" and "break" checks ignoring py3.5's "async for" loop
+
1.2.3 (2016-05-12):
- Fix TypeError when processing relative imports
diff --git a/pyflakes/__init__.py b/pyflakes/__init__.py
index 5a5df3b..19b4f1d 100644
--- a/pyflakes/__init__.py
+++ b/pyflakes/__init__.py
@@ -1 +1 @@
-__version__ = '1.2.3'
+__version__ = '1.3.0'