Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 37e5d61

Browse files
committed
Bump to 3.6.1
1 parent a876b4d commit 37e5d61

4 files changed

Lines changed: 11 additions & 4 deletions

File tree

CHANGES.rst

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,21 @@ Changelog
1414

1515
.. towncrier release notes start
1616
17-
3.6.1 (2019-09-15)
17+
3.6.1 (2019-09-19)
1818
==================
1919

20+
Features
21+
--------
22+
23+
- Compatibility with Python 3.8.
24+
`#4056 <https://github.com/aio-libs/aiohttp/issues/4056>`_
25+
26+
2027
Bugfixes
2128
--------
2229

30+
- correct some exception string format
31+
`#4068 <https://github.com/aio-libs/aiohttp/issues/4068>`_
2332
- Emit a warning when ``ssl.OP_NO_COMPRESSION`` is
2433
unavailable because the runtime is built against
2534
an outdated OpenSSL.

CHANGES/4056.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGES/4068.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

aiohttp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '3.6.1b4'
1+
__version__ = '3.6.1'
22

33
from typing import Tuple # noqa
44

0 commit comments

Comments
 (0)