File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed
Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 1+ 0.19.2 2025-06-24
2+ -----------------
3+
4+ * Fix ``AttributeError `` in code for checking the order of imports in a
5+ ``TYPE_CHECKING `` block.
6+
7+ * Yank 0.19.0 from PyPI to avoid aforementioned users on older versions
8+ of Python accidentally receiving 0.19.0
9+
1100.19.1 2025-06-20
211-----------------
312
817 vulnerable and unmaintained versions of Python to continue running
918 0.18.x with pip selecting the correct version for them.
1019
11- * Yank 0.19.0 from PyPI to avoid aforementioned users on older versions
12- of Python accidentally receiving 0.19.0
13-
14200.19.0 2025-06-12
1521-----------------
1622
Original file line number Diff line number Diff line change 1717)
1818__uri__ = "https://github.com/PyCQA/flake8-import-order"
1919
20- __version__ = "0.19.1 "
20+ __version__ = "0.19.2 "
2121
2222__author__ = "Alex Stapleton"
2323
You can’t perform that action at this time.
0 commit comments