We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb2c7b1 commit fb2844eCopy full SHA for fb2844e
CHANGES.rst
@@ -14,3 +14,14 @@ Changelog
14
15
.. towncrier release notes start
16
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
CHANGES/374.bugfix
multidict/__init__.py
@@ -19,7 +19,7 @@
"istr",
)
-__version__ = "4.6.0a3"
+__version__ = "4.6.0"
try:
0 commit comments