Skip to content

Commit fb2844e

Browse files
committed
Bump to 4.6.0
1 parent eb2c7b1 commit fb2844e

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

CHANGES.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,14 @@ Changelog
1414

1515
.. towncrier release notes start
1616
17+
4.6.0 (2019-11-20)
18+
====================
19+
20+
Bugfixes
21+
--------
22+
23+
- Fix GC object tracking.
24+
`#314 <https://github.com/aio-libs/aiohttp/issues/314>`_
25+
- Preserve the case of `istr` strings.
26+
`#374 <https://github.com/aio-libs/aiohttp/issues/374>`_
27+
- Generate binary wheels for Python 3.8.

CHANGES/314.bugfix

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

CHANGES/374.bugfix

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

multidict/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"istr",
2020
)
2121

22-
__version__ = "4.6.0a3"
22+
__version__ = "4.6.0"
2323

2424

2525
try:

0 commit comments

Comments
 (0)