Skip to content

Commit

Permalink
Release v3.9.3 (#8102)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamsorcerer committed Jan 29, 2024
1 parent 5637e8f commit bf4edce
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 5 deletions.
31 changes: 31 additions & 0 deletions CHANGES.rst
Expand Up @@ -10,6 +10,37 @@

.. towncrier release notes start
3.9.3 (2024-01-29)
==================

Bug fixes
---------

- Fixed backwards compatibility breakage (in 3.9.2) of ``ssl`` parameter when set outside
of ``ClientSession`` (e.g. directly in ``TCPConnector``) -- by :user:`Dreamsorcerer`.


*Related issues and pull requests on GitHub:*
:issue:`8097`, :issue:`8098`.




Miscellaneous internal changes
------------------------------

- Improved test suite handling of paths and temp files to consistently use pathlib and pytest fixtures.


*Related issues and pull requests on GitHub:*
:issue:`3957`.




----


3.9.2 (2024-01-28)
==================

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

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/8097.bugfix.rst

This file was deleted.

2 changes: 0 additions & 2 deletions CHANGES/8098.bugfix.rst

This file was deleted.

2 changes: 1 addition & 1 deletion aiohttp/__init__.py
@@ -1,4 +1,4 @@
__version__ = "3.9.2.dev0"
__version__ = "3.9.3"

from typing import TYPE_CHECKING, Tuple

Expand Down

0 comments on commit bf4edce

Please sign in to comment.