mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-29 18:46:52 +00:00
14 lines
465 B
ReStructuredText
14 lines
465 B
ReStructuredText
3.1.1 -- 2016-11-14
|
|
-------------------
|
|
|
|
You can view the `3.1.1 milestone`_ on GitHub for more details.
|
|
|
|
- Do not attempt to install/distribute a ``man`` file with the Python package;
|
|
leave this for others to do. (See also :issue:`186`)
|
|
|
|
- Fix packaging bug where wheel version constraints specified in setup.cfg did
|
|
not match the constraints in setup.py. (See also :issue:`187`)
|
|
|
|
.. links
|
|
.. _3.1.1 milestone:
|
|
https://github.com/pycqa/flake8/milestone/13
|