Skip to content

Commit

Permalink
Bump to 3.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Jan 10, 2019
1 parent 587da16 commit 99335f4
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 4 deletions.
17 changes: 17 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,23 @@ Changelog

.. towncrier release notes start
3.5.3 (2019-01-10)
==================

Bugfixes
--------

- Fix type stubs for ``aiohttp.web.run_app(access_log=True)`` and fix edge case of ``access_log=True`` and the event loop being in debug mode.
`#3504 <https://github.com/aio-libs/aiohttp/issues/3504>`_
- Fix ``aiohttp.ClientTimeout`` type annotations to accept ``None`` for fields
`#3511 <https://github.com/aio-libs/aiohttp/issues/3511>`_
- Send custom per-request cookies even if session jar is empty
`#3515 <https://github.com/aio-libs/aiohttp/issues/3515>`_
- Restore Linux binary wheels publishing on PyPI

----


3.5.2 (2019-01-08)
==================

Expand Down
1 change: 0 additions & 1 deletion CHANGES/3504.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/3511.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/3515.bugfix

This file was deleted.

2 changes: 1 addition & 1 deletion aiohttp/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '3.5.2'
__version__ = '3.5.3'

from typing import Tuple # noqa

Expand Down

0 comments on commit 99335f4

Please sign in to comment.