Skip to content

Commit

Permalink
Version 0.36.3 (#2460)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kludex committed Feb 4, 2024
1 parent a2f2dda commit be4f3e1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions docs/release-notes.md
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion starlette/__init__.py
@@ -1 +1 @@
__version__ = "0.36.2"
__version__ = "0.36.3"

0 comments on commit be4f3e1

Please sign in to comment.