From 907e2da7aaa731236deec16a8323e80be7ae54f5 Mon Sep 17 00:00:00 2001 From: Phil Frost Date: Wed, 17 Jun 2015 06:19:43 -0400 Subject: Bump version to 0.9.2 --- NEWS.txt | 3 +++ pyflakes/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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' -- cgit v1.2.1