blob: a7f4081c4aec792d5c53d27cff577ed38c26302a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
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
|