Skip to content

Commit 6bef4da

Browse files
committed
Prepare 0.19.2 release
1 parent 5b25d53 commit 6bef4da

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

CHANGELOG.rst

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
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+
110
0.19.1 2025-06-20
211
-----------------
312

@@ -8,9 +17,6 @@
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-
1420
0.19.0 2025-06-12
1521
-----------------
1622

flake8_import_order/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
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
__email__ = "[email protected]"

0 commit comments

Comments
 (0)