Skip to content
This repository was archived by the owner on Nov 3, 2023. It is now read-only.

Commit bb3eeeb

Browse files
committed
Updated documentation.
1 parent 1241057 commit bb3eeeb

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ docstring conventions.
1010
`PEP 257 <http://www.python.org/dev/peps/pep-0257/>`_ out of the box, but it
1111
should not be considered a reference implementation.
1212

13-
**pydocstyle** supports Python 2.6, 2.7, 3.3, 3.4, 3.5, pypy and pypy3.
13+
**pydocstyle** supports Python 2.7, 3.3, 3.4, 3.5, pypy and pypy3.
1414

1515
Quick Start
1616
-----------

docs/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
pydocstyle's documentation
22
==========================
33

4-
(formerly pep257)
5-
64
**pydocstyle** is a static analysis tool for checking compliance with Python
75
docstring conventions.
86

97
**pydocstyle** supports most of
108
`PEP 257 <http://www.python.org/dev/peps/pep-0257/>`_ out of the box, but it
119
should not be considered a reference implementation.
1210

11+
**pydocstyle** supports Python 2.7, 3.3, 3.4, 3.5, pypy and pypy3.
12+
1313

1414
.. include:: quickstart.rst
1515

docs/release_notes.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ Release Notes
44
**pydocstyle** version numbers follow the
55
`Semantic Versioning <http://semver.org/>`_ specification.
66

7+
Current Development Version
8+
---------------------------
9+
10+
Major Updates
11+
12+
* Support for Python 2.6 has been dropped (#206, #217).
13+
714
1.1.1 - October 4th, 2016
815
-------------------------
916

0 commit comments

Comments
 (0)