summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS.txt2
-rw-r--r--pyflakes/__init__.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/NEWS.txt b/NEWS.txt
index 391268a..dd63dfe 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -1,4 +1,4 @@
-0.7.x (unreleased):
+0.7.3 (2013-07-02):
- Do not report undefined name for generator expression and dict or
set comprehension at class level.
- Deprecate `Checker.pushFunctionScope` and `Checker.pushClassScope`:
diff --git a/pyflakes/__init__.py b/pyflakes/__init__.py
index ca95838..419da13 100644
--- a/pyflakes/__init__.py
+++ b/pyflakes/__init__.py
@@ -1,2 +1,2 @@
-__version__ = '0.7.3a0'
+__version__ = '0.7.3'