Skip to content

Commit

Permalink
Release v0.22.2
Browse files Browse the repository at this point in the history
  • Loading branch information
achimnol committed Jul 18, 2024
1 parent e2af544 commit 288d216
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@ Changes
.. towncrier release notes start
0.22.2 (2024-07-18)
===================

Bugfixes
--------

- Use ``TYPE_CHECKING`` flag to avoid importing from ``typing_extensions`` at run time (#876)


0.22.1 (2024-07-05)
===================

Expand Down
1 change: 0 additions & 1 deletion CHANGES/876.bugfix

This file was deleted.

2 changes: 1 addition & 1 deletion aiodocker/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from .exceptions import DockerContainerError, DockerError


__version__ = "0.22.0a1"
__version__ = "0.22.2"


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

0 comments on commit 288d216

Please sign in to comment.