We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e741635 commit fa53554Copy full SHA for fa53554
docs/release-notes.md
@@ -2,6 +2,13 @@
2
toc_depth: 2
3
---
4
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
12
## 0.47.0 (May 29, 2025)
13
14
#### Added
starlette/__init__.py
@@ -1 +1 @@
1
-__version__ = "0.47.0"
+__version__ = "0.47.1"
0 commit comments