Skip to content

Commit

Permalink
Version 0.37.2 (#2533)
Browse files Browse the repository at this point in the history
* Version 0.37.2

* Update docs/release-notes.md
  • Loading branch information
Kludex committed Mar 5, 2024
1 parent 85d3573 commit 554f368
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 0.37.2

March 5, 2024

#### Added

* Add `bytes` to `_RequestData` type [#2510](https://github.com/encode/starlette/pull/2510).

#### Fixed

* Revert "Turn `scope["client"]` to `None` on `TestClient` (#2377)" [#2525](https://github.com/encode/starlette/pull/2525).
* Remove deprecated `app` argument passed to `httpx.Client` on the `TestClient` [#2526](https://github.com/encode/starlette/pull/2526).

## 0.37.1

February 9, 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.37.1"
__version__ = "0.37.2"

0 comments on commit 554f368

Please sign in to comment.