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 13e5c26 commit 04a7d9dCopy full SHA for 04a7d9d
docs/release-notes.md
@@ -1,3 +1,12 @@
1
+## 0.36.2
2
+
3
+February 3, 2024
4
5
+#### Fixed
6
7
+* Upgrade `python-multipart` to `0.0.7` [13e5c26](13e5c26a27f4903924624736abd6131b2da80cc5).
8
+* Avoid duplicate charset on `Content-Type` [#2443](https://github.com/encode/starlette/2443).
9
10
## 0.36.1
11
12
January 23, 2024
starlette/__init__.py
@@ -1 +1 @@
-__version__ = "0.36.1"
+__version__ = "0.36.2"
0 commit comments