Skip to content

Commit

Permalink
Release 4.0.3 (#364)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamsorcerer committed Aug 10, 2023
1 parent 5e3a4f0 commit a489744
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGES.rst
Expand Up @@ -4,6 +4,13 @@ CHANGES

.. towncrier release notes start
4.0.3 (2023-08-10)
==================

* Fixed compatibility with asyncio.timeout() on Python 3.11+.
* Added support for Python 3.11.
* Dropped support for Python 3.6.

4.0.2 (2021-12-20)
==================

Expand Down
1 change: 0 additions & 1 deletion CHANGES/285.removal

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/333.feature

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/362.feature

This file was deleted.

2 changes: 1 addition & 1 deletion async_timeout/__init__.py
Expand Up @@ -23,7 +23,7 @@ def _uncancel_task(task: "asyncio.Task[object]") -> None:
pass


__version__ = "4.0.2"
__version__ = "4.0.3"


__all__ = ("timeout", "timeout_at", "Timeout")
Expand Down

0 comments on commit a489744

Please sign in to comment.