Skip to content

Commit

Permalink
Bump to 5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Nov 6, 2024
1 parent 3bf26d9 commit 1af7d71
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ CHANGES

.. towncrier release notes start
4.0.3 (2024-11-06)
==================

Misc
----

- `#423 <https://github.com/aio-libs/async-timeout/issues/423>`_


5.0.0 (2024-10-31)
==================

Expand Down
2 changes: 1 addition & 1 deletion async_timeout/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from typing import Optional, Type, final


__version__ = "5.0.0"
__version__ = "5.0.1"


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

0 comments on commit 1af7d71

Please sign in to comment.