Skip to content

Commit

Permalink
Version 0.35.1 (#2410)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kludex committed Jan 11, 2024
1 parent 6c4ffee commit c817605
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 0.35.1

January 11, 2024

#### Fixed

* Stop using the deprecated "method" parameter in `FileResponse` inside of `StaticFiles` [#2406](https://github.com/encode/starlette/pull/2406).
* Make `typing-extensions` optional again [#2409](https://github.com/encode/starlette/pull/2409).

## 0.35.0

January 11, 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.35.0"
__version__ = "0.35.1"

0 comments on commit c817605

Please sign in to comment.