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 a2f2dda commit be4f3e1Copy full SHA for be4f3e1
docs/release-notes.md
@@ -1,3 +1,11 @@
1
+## 0.36.3
2
+
3
+February 4, 2024
4
5
+#### Fixed
6
7
+* Create `anyio.Event` on async context [#2459](https://github.com/encode/starlette/2459).
8
9
## 0.36.2
10
11
February 3, 2024
starlette/__init__.py
@@ -1 +1 @@
-__version__ = "0.36.2"
+__version__ = "0.36.3"
0 commit comments