-
-
Notifications
You must be signed in to change notification settings - Fork 313
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
23 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,6 +9,7 @@ with the newest releases first. | |
================== | ||
|
||
.. toctree:: | ||
3.9.2 | ||
3.9.1 | ||
3.9.0 | ||
3.8.4 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters