diff options
| author | Anthony Sottile <asottile@umich.edu> | 2021-05-08 12:53:29 -0700 |
|---|---|---|
| committer | Anthony Sottile <asottile@umich.edu> | 2021-05-08 12:53:29 -0700 |
| commit | 28aa67314e2c451002d6362c54aed6e08f4f9f19 (patch) | |
| tree | d0d677ee2d6cc1dff421fd0dd09d2cd7e8ef243d /docs/source | |
| parent | 7231422eb767f0c3ed41a23f5e3dd4f903293168 (diff) | |
| parent | c6e0d27593a45342ffa96a18bba708a5aab32fdf (diff) | |
| download | flake8-28aa67314e2c451002d6362c54aed6e08f4f9f19.tar.gz | |
Merge tag '3.9.2'
Release 3.9.2
Diffstat (limited to 'docs/source')
| -rw-r--r-- | docs/source/release-notes/3.9.2.rst | 21 | ||||
| -rw-r--r-- | docs/source/release-notes/index.rst | 1 |
2 files changed, 22 insertions, 0 deletions
diff --git a/docs/source/release-notes/3.9.2.rst b/docs/source/release-notes/3.9.2.rst new file mode 100644 index 0000000..ebcada5 --- /dev/null +++ b/docs/source/release-notes/3.9.2.rst @@ -0,0 +1,21 @@ +3.9.2 -- 2021-05-08 +------------------- + +You can view the `3.9.2 milestone`_ on GitHub for more details. + +Bugs Fixed +~~~~~~~~~~ + +- Fix error message for ``E111`` in ``pycodestyle`` (See also :pull:`1328`, + :issue:`1327`). + +Deprecations +~~~~~~~~~~~~ + +- ``indent_size_str`` is deprecated, use ``str(indent_size)`` instead (See + also :pull:`1328`, :issue:`1327`). + + +.. all links +.. _3.9.2 milestone: + https://github.com/PyCQA/flake8/milestone/40 diff --git a/docs/source/release-notes/index.rst b/docs/source/release-notes/index.rst index 9fcdb85..dd20253 100644 --- a/docs/source/release-notes/index.rst +++ b/docs/source/release-notes/index.rst @@ -9,6 +9,7 @@ with the newest releases first. ================== .. toctree:: + 3.9.2 3.9.1 3.9.0 3.8.4 |
