summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Frost <indigo@bitglue.com>2015-06-17 06:19:43 -0400
committerPhil Frost <indigo@bitglue.com>2015-06-17 06:19:43 -0400
commit907e2da7aaa731236deec16a8323e80be7ae54f5 (patch)
tree04c09929af3fe3bfb733d4cd30395da5b98e57da
parent6e3355389615bc6687048f3c9f877003b000905d (diff)
downloadpyflakes-0.9.tar.gz
Bump version to 0.9.20.9.20.9
-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 c4c6215..1b6ad16 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -1,3 +1,6 @@
+0.9.2 (2015-06-17):
+ - Fix a traceback when a global is defined in one scope, and used in another.
+
0.9.1 (2015-06-09):
- Update NEWS.txt to include 0.9.0, which had been forgotten.
diff --git a/pyflakes/__init__.py b/pyflakes/__init__.py
index 4ffb752..1f04780 100644
--- a/pyflakes/__init__.py
+++ b/pyflakes/__init__.py
@@ -1 +1 @@
-__version__ = '0.9.1-pre'
+__version__ = '0.9.2'