Skip to content

Commit d755851

Browse files
authored
Version 0.23.1 (#1978)
1 parent 9ae4ee5 commit d755851

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docs/release-notes.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.23.1
2+
3+
December 9, 2022
4+
5+
### Fixed
6+
* Only stop receiving stream on `body_stream` if body is empty on the `BaseHTTPMiddleware` [#1940](https://github.com/encode/starlette/pull/1940).
7+
18
## 0.23.0
29

310
December 5, 2022

starlette/__init__.py

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

0 commit comments

Comments
 (0)