Skip to content

Commit fa53554

Browse files
authored
Version 0.47.1 (#2952)
1 parent e741635 commit fa53554

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
@@ -2,6 +2,13 @@
22
toc_depth: 2
33
---
44

5+
## 0.47.1 (June 21, 2025)
6+
7+
#### Fixed
8+
9+
* Use `Self` in `TestClient.__enter__` [#2951](https://github.com/encode/starlette/pull/2951).
10+
* Allow async exception handlers to type-check [#2949](https://github.com/encode/starlette/pull/2949).
11+
512
## 0.47.0 (May 29, 2025)
613

714
#### Added

starlette/__init__.py

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

0 commit comments

Comments
 (0)