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 a044cc2 commit 477a931Copy full SHA for 477a931
RELEASE.rst
@@ -1,6 +1,11 @@
1
Release Notes
2
=============
3
4
+Version 0.21.0
5
+--------------
6
+
7
+- http_request should look out for chunked messages (#362)
8
9
Version 0.20.0 (Released October 30, 2025)
10
--------------
11
main/settings.py
@@ -31,7 +31,7 @@
31
from main.sentry import init_sentry
32
from openapi.settings_spectacular import open_spectacular_settings
33
34
-VERSION = "0.20.0"
+VERSION = "0.21.0"
35
36
log = logging.getLogger()
37
0 commit comments