Skip to content

Commit

Permalink
Version 0.39.2 (#2710)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kludex authored Sep 29, 2024
1 parent fe46d99 commit 0b50b9c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ hide: navigation
toc_depth: 2
---

## 0.39.2 (September 29, 2024)

#### Fixed

- Allow use of `request.url_for` when only "app" scope is available [#2672](https://github.com/encode/starlette/pull/2672).
- Fix internal type hints to support `python-multipart==0.0.12` [#2708](https://github.com/encode/starlette/pull/2708).

## 0.39.1 (September 25, 2024)

#### Fixed
Expand Down
2 changes: 1 addition & 1 deletion starlette/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.39.1"
__version__ = "0.39.2"

0 comments on commit 0b50b9c

Please sign in to comment.