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