]> git.ipfire.org Git - thirdparty/starlette.git/commitdiff
Version 0.36.3 (#2460) 0.36.3
authorMarcelo Trylesinski <marcelotryle@gmail.com>
Sun, 4 Feb 2024 18:15:10 +0000 (19:15 +0100)
committerGitHub <noreply@github.com>
Sun, 4 Feb 2024 18:15:10 +0000 (18:15 +0000)
docs/release-notes.md
starlette/__init__.py

index 020413ce2f48fd6c65667d927a022ca6f3108803..f259ac038bed64b7817218abd1b19a82e2b2fc83 100644 (file)
@@ -1,3 +1,11 @@
+## 0.36.3
+
+February 4, 2024
+
+#### Fixed
+
+* Create `anyio.Event` on async context [#2459](https://github.com/encode/starlette/2459).
+
 ## 0.36.2
 
 February 3, 2024
index 0128764148202448d007eeacb8e63a6531fcc877..21b1c2c0ec173a3ddb725bccc2b7d48bd85e1498 100644 (file)
@@ -1 +1 @@
-__version__ = "0.36.2"
+__version__ = "0.36.3"