Skip to content

Commit

Permalink
Version 0.38.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Kludex committed Sep 1, 2024
1 parent d771bb7 commit 0677bcc
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 0.38.3

September 1, 2024

#### Added

* Support for Python 3.13 [#2662](https://github.com/encode/starlette/pull/2662).

#### Fixed

* Don't poll for disconnects in `BaseHTTPMiddleware` via `StreamingResponse` [#2620](https://github.com/encode/starlette/pull/2620).

## 0.38.2

July 27, 2024
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.38.2"
__version__ = "0.38.3"

0 comments on commit 0677bcc

Please sign in to comment.