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 60a828e commit 5890e46Copy full SHA for 5890e46
CHANGES.rst
@@ -14,6 +14,19 @@ Changelog
14
15
.. towncrier release notes start
16
17
+5.0.1 (2020-11-14)
18
+==================
19
+
20
+Bugfixes
21
+--------
22
23
+- Provide x86 Windows wheels
24
+ `#550 <https://github.com/aio-libs/multidict/issues/550>`_
25
26
27
+----
28
29
30
5.0.0 (2020-10-12)
31
==================
32
CHANGES/550.bugfix
multidict/__init__.py
@@ -20,7 +20,7 @@
"getversion",
)
-__version__ = "5.0.0"
+__version__ = "5.0.1"
try:
0 commit comments