fix pr and issue links in release notes

This commit is contained in:
Anthony Sottile 2021-04-03 18:01:24 -07:00
parent de4d64bf9a
commit fe0e2495ce
35 changed files with 179 additions and 671 deletions

View file

@ -4,15 +4,11 @@
You can view the `3.1.1 milestone`_ on GitLab for more details.
- Do not attempt to install/distribute a ``man`` file with the Python package;
leave this for others to do. (See also `GitLab#254`_)
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 `GitLab#255`_)
not match the constraints in setup.py. (See also :issue:`187`)
.. links
.. _3.1.1 milestone:
https://github.com/pycqa/flake8/milestone/13
.. _GitLab#254:
https://gitlab.com/pycqa/flake8/issues/254
.. _GitLab#255:
https://gitlab.com/pycqa/flake8/issues/255