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 bfc85d6 commit 07bffa4Copy full SHA for 07bffa4
CHANGELOG.txt
@@ -1,3 +1,10 @@
1
+3.3.3 (2021-04-06)
2
+------------------
3
+
4
+* The sync conversion functions now correctly detect functools.partial and other
5
+ wrappers around async functions on earlier Python releases.
6
7
8
3.3.2 (2021-04-05)
9
------------------
10
asgiref/__init__.py
@@ -1 +1 @@
-__version__ = "3.3.2"
+__version__ = "3.3.3"
0 commit comments