summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2013-04-17 11:10:02 +0200
committerFlorent Xicluna <florent.xicluna@gmail.com>2013-04-17 11:10:02 +0200
commit665e5bc009f27990b1de464a247f67fcbc0ed59d (patch)
tree4e277a3c0e6d64072b05fedddb146cc14e43a31f
parent273f765e9f3fd7d153560664ff7dbbceb364b0c7 (diff)
downloadpyflakes-665e5bc009f27990b1de464a247f67fcbc0ed59d.tar.gz
Release version 0.7
-rw-r--r--MANIFEST.in2
-rw-r--r--NEWS.txt2
-rw-r--r--pyflakes/__init__.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 0e69243..2b1e904 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,2 +1,2 @@
include NEWS.txt
-include LICENSE
+include AUTHORS LICENSE
diff --git a/NEWS.txt b/NEWS.txt
index af1b379..9c69578 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -1,4 +1,4 @@
-0.6.x (unreleased):
+0.7.0 (2013-04-17):
- Add --version and --help options.
- Support `python -m pyflakes` (Python 2.7 and Python 3.x).
- Add attribute `Message.col` to report column offset.
diff --git a/pyflakes/__init__.py b/pyflakes/__init__.py
index 21ab09a..0bae40b 100644
--- a/pyflakes/__init__.py
+++ b/pyflakes/__init__.py
@@ -1,2 +1,2 @@
-__version__ = '0.6.2a0'
+__version__ = '0.7'