Skip to content

Commit c817605

Browse files
authored
Version 0.35.1 (#2410)
1 parent 6c4ffee commit c817605

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

docs/release-notes.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 0.35.1
2+
3+
January 11, 2024
4+
5+
#### Fixed
6+
7+
* Stop using the deprecated "method" parameter in `FileResponse` inside of `StaticFiles` [#2406](https://github.com/encode/starlette/pull/2406).
8+
* Make `typing-extensions` optional again [#2409](https://github.com/encode/starlette/pull/2409).
9+
110
## 0.35.0
211

312
January 11, 2024

starlette/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.35.0"
1+
__version__ = "0.35.1"

0 commit comments

Comments
 (0)