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 2f4af01 commit 484b523Copy full SHA for 484b523
3 files changed
CHANGES.rst
@@ -14,6 +14,15 @@ Changelog
14
15
.. towncrier release notes start
16
17
+6.0.2 (2022-01-24)
18
+==================
19
+
20
+Bugfixes
21
+--------
22
23
+- Revert :issue:`644`, restore type annotations to as-of 5.2.0 version. (:issue:`688`)
24
25
26
6.0.1 (2022-01-23)
27
==================
28
CHANGES/688.bugfix
multidict/__init__.py
@@ -20,7 +20,7 @@
"getversion",
)
-__version__ = "6.0.1"
+__version__ = "6.0.2"
try:
0 commit comments