Skip to content

Commit 288d216

Browse files
committed
Release v0.22.2
1 parent e2af544 commit 288d216

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGES.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,15 @@ Changes
1212
1313
.. towncrier release notes start
1414
15+
0.22.2 (2024-07-18)
16+
===================
17+
18+
Bugfixes
19+
--------
20+
21+
- Use ``TYPE_CHECKING`` flag to avoid importing from ``typing_extensions`` at run time (#876)
22+
23+
1524
0.22.1 (2024-07-05)
1625
===================
1726

CHANGES/876.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

aiodocker/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from .exceptions import DockerContainerError, DockerError
33

44

5-
__version__ = "0.22.0a1"
5+
__version__ = "0.22.2"
66

77

88
__all__ = ("Docker", "DockerError", "DockerContainerError")

0 commit comments

Comments
 (0)