summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Frost <indigo@bitglue.com>2015-09-20 11:28:01 -0400
committerPhil Frost <indigo@bitglue.com>2015-09-20 11:30:45 -0400
commite1da1833ff26bb2a5819d7bee633ff608ec6ab3f (patch)
treec6a02a0c979f44fa071768969620d9e6eccac969
parent62549690016725cde70f1cb9c4b77a400fe26da1 (diff)
downloadpyflakes-1.0.0.tar.gz
Increment version to 1.0.01.0.0
Also declare Python 3.5 as supported in the README. We test 3.5 in CI now, and since 0.9.2 support for 3.5's new features have been added.
-rw-r--r--README.rst2
-rw-r--r--pyflakes/__init__.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index e6f1e95..1ae5e3e 100644
--- a/README.rst
+++ b/README.rst
@@ -9,7 +9,7 @@ parsing the source file, not importing it, so it is safe to use on
modules with side effects. It's also much faster.
It is `available on PyPI <https://pypi.python.org/pypi/pyflakes>`_
-and it supports all active versions of Python from 2.5 to 3.4.
+and it supports all active versions of Python from 2.5 to 3.5.
diff --git a/pyflakes/__init__.py b/pyflakes/__init__.py
index 1f04780..1f356cc 100644
--- a/pyflakes/__init__.py
+++ b/pyflakes/__init__.py
@@ -1 +1 @@
-__version__ = '0.9.2'
+__version__ = '1.0.0'