summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2013-07-02 17:48:32 +0200
committerFlorent Xicluna <florent.xicluna@gmail.com>2013-07-02 17:48:32 +0200
commite3544bb839d723a52031dec12f4d0794bb661cd6 (patch)
treea6f4780d2378716dc259a8c6f92cf2e9cb03c2ac
parent2360e1df01a0ff579260b6430862a9aa2c58c618 (diff)
downloadpyflakes-0.7.3.tar.gz
Release version 0.7.30.7.3
-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'