Update release notes; add towncrier configuration. [skip ci]
Showing
This diff is collapsed.
... | @@ -7,8 +7,11 @@ pylint>=1.8.0 ; python_version < "3.4" | ... | @@ -7,8 +7,11 @@ pylint>=1.8.0 ; python_version < "3.4" |
# pylint 2 needs astroid 2; unfortunately, it uses `typed_ast` | # pylint 2 needs astroid 2; unfortunately, it uses `typed_ast` | ||
# which has a C extension that doesn't build on PyPy | # which has a C extension that doesn't build on PyPy | ||
pylint >= 2.3.1 ; python_version >= "3.4" and platform_python_implementation == "CPython" | pylint >= 2.3.1 ; python_version >= "3.4" and platform_python_implementation == "CPython" | ||
astroid >= 2.2.5 ; python_version >= "3.4" and platform_python_implementation == "CPython" | astroid >= 2.2.5 ; python_version >= "3.4" and | ||
platform_python_implementation == "CPython" | |||
# For generating CHANGES.rst | |||
towncrier; python_version >= 3.5 | |||
# benchmarks use this | # benchmarks use this | ||
pyperf >= 1.6.1 | pyperf >= 1.6.1 | ||
... | ... |
docs/changelog_1_3.rst
0 → 100644
This diff is collapsed.
docs/changelog_1_4.rst
0 → 100644
docs/changelog_1_5.rst
0 → 100644
This diff is collapsed.
docs/changes/.gitignore
0 → 100644
File moved
Please register or sign in to comment