Skip to content

Commit e1da183

Browse files
committed
Increment version to 1.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.
1 parent 6254969 commit e1da183

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ parsing the source file, not importing it, so it is safe to use on
99
modules with side effects. It's also much faster.
1010

1111
It is `available on PyPI <https://pypi.python.org/pypi/pyflakes>`_
12-
and it supports all active versions of Python from 2.5 to 3.4.
12+
and it supports all active versions of Python from 2.5 to 3.5.
1313

1414

1515

pyflakes/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.9.2'
1+
__version__ = '1.0.0'

0 commit comments

Comments
 (0)