Skip to content

Commit

Permalink
Bump to 4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Dec 20, 2021
1 parent 48d1c4c commit 18e718a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
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.2 (2021-12-20)4.0.2 (2021-12-20)
==================

Misc
----

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


4.0.1 (2121-11-10)
==================

Expand Down
1 change: 0 additions & 1 deletion CHANGES/259.misc

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/274.misc

This file was deleted.

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


__version__ = "4.0.1"
__version__ = "4.0.2"


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

0 comments on commit 18e718a

Please sign in to comment.