We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4099ce6 commit 058834eCopy full SHA for 058834e
CHANGES.rst
@@ -14,6 +14,15 @@ Changelog
14
15
.. towncrier release notes start
16
17
+6.0.3 (2022-12-03)
18
+==================
19
+
20
+Features
21
+--------
22
23
+- Declared the official support for Python 3.11 — by :user:`mlegner`. (:issue:`872`)
24
25
26
6.0.2 (2022-01-24)
27
==================
28
CHANGES/872.feature.rst
multidict/__init__.py
@@ -20,7 +20,7 @@
"getversion",
)
-__version__ = "6.0.2"
+__version__ = "6.0.3"
try:
0 commit comments