Skip to content

Commit

Permalink
Bump to 3.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Sep 19, 2019
1 parent a876b4d commit 37e5d61
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
11 changes: 10 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,21 @@ Changelog

.. towncrier release notes start
3.6.1 (2019-09-15)
3.6.1 (2019-09-19)
==================

Features
--------

- Compatibility with Python 3.8.
`#4056 <https://github.com/aio-libs/aiohttp/issues/4056>`_


Bugfixes
--------

- correct some exception string format
`#4068 <https://github.com/aio-libs/aiohttp/issues/4068>`_
- Emit a warning when ``ssl.OP_NO_COMPRESSION`` is
unavailable because the runtime is built against
an outdated OpenSSL.
Expand Down
1 change: 0 additions & 1 deletion CHANGES/4056.feature

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/4068.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.6.1b4'
__version__ = '3.6.1'

from typing import Tuple # noqa

Expand Down

0 comments on commit 37e5d61

Please sign in to comment.