flake8/docs/source/release-notes/3.7.5.rst
2021-04-03 18:21:02 -07:00

23 lines
495 B
ReStructuredText

3.7.5 -- 2019-02-04
-------------------
You can view the `3.7.5 milestone`_ on GitLab for more details.
Bugs Fixed
~~~~~~~~~~
- Fix reporting of pyflakes "referenced before assignment" error (See also
`GitLab!301`_, `GitLab#503`_)
.. all links
.. _3.7.5 milestone:
https://github.com/pycqa/flake8/milestone/27
.. issue links
.. _GitLab#503:
https://gitlab.com/pycqa/flake8/issues/503
.. merge request links
.. _GitLab!301:
https://gitlab.com/pycqa/flake8/merge_requests/301