Skip to content

Commit 0b50b9c

Browse files
authored
Version 0.39.2 (#2710)
1 parent fe46d99 commit 0b50b9c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docs/release-notes.md

+7
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ hide: navigation
33
toc_depth: 2
44
---
55

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+
613
## 0.39.1 (September 25, 2024)
714

815
#### Fixed

starlette/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.39.1"
1+
__version__ = "0.39.2"

0 commit comments

Comments
 (0)