summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Frost <indigo@bitglue.com>2016-05-06 12:42:31 -0400
committerPhil Frost <indigo@bitglue.com>2016-05-06 12:42:31 -0400
commit885a8e5395f3eac58a995a49dbe347b8f6648f64 (patch)
tree86ba2c17bef830cdc3470b9fbab73d7a387b640c
parentf69d4b415b5f83a2c0b09f494927350f80eb0947 (diff)
downloadpyflakes-885a8e5395f3eac58a995a49dbe347b8f6648f64.tar.gz
Increment version to 1.2.21.2.2
-rw-r--r--NEWS.txt3
-rw-r--r--pyflakes/__init__.py2
2 files changed, 4 insertions, 1 deletions
diff --git a/NEWS.txt b/NEWS.txt
index 6582dff..57c68d7 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -1,3 +1,6 @@
+1.2.2 (2016-05-06):
+ - Avoid traceback when exception is del-ed in except
+
1.2.1 (2015-05-05):
- Fix false RedefinedWhileUnesed for submodule imports
diff --git a/pyflakes/__init__.py b/pyflakes/__init__.py
index 3f262a6..923b987 100644
--- a/pyflakes/__init__.py
+++ b/pyflakes/__init__.py
@@ -1 +1 @@
-__version__ = '1.2.1'
+__version__ = '1.2.2'