We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe46d99 commit 0b50b9cCopy full SHA for 0b50b9c
docs/release-notes.md
@@ -3,6 +3,13 @@ hide: navigation
3
toc_depth: 2
4
---
5
6
+## 0.39.2 (September 29, 2024)
7
+
8
+#### Fixed
9
10
+- Allow use of `request.url_for` when only "app" scope is available [#2672](https://github.com/encode/starlette/pull/2672).
11
+- Fix internal type hints to support `python-multipart==0.0.12` [#2708](https://github.com/encode/starlette/pull/2708).
12
13
## 0.39.1 (September 25, 2024)
14
15
#### Fixed
starlette/__init__.py
@@ -1 +1 @@
1
-__version__ = "0.39.1"
+__version__ = "0.39.2"
0 commit comments