Skip to content

Commit

Permalink
Release v0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
achimnol committed Sep 23, 2024
1 parent a0a30c2 commit 06cc2a1
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.23.0 (2024-09-23)
===================

Features
--------

- Introduce a sentinel value to `_do_query()` and its friend methods to allow configuring per-request infinite timeouts instead of always falling back to the session-level default timeout when setting the timeout argument to `None`, and add the timeout arguments to image-related API wrappers (#900)


0.22.2 (2024-07-18)
===================

Expand Down
1 change: 0 additions & 1 deletion CHANGES/900.feature

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.2"
__version__ = "0.23.0"


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

0 comments on commit 06cc2a1

Please sign in to comment.