From: Marcelo Trylesinski Date: Mon, 5 Feb 2024 06:54:55 +0000 (+0100) Subject: Version 0.37.0 (#2457) X-Git-Tag: 0.37.0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6fcd579648cb6d92b13d5c014d6bede93f8f3fcb;p=thirdparty%2Fstarlette.git Version 0.37.0 (#2457) --- diff --git a/docs/release-notes.md b/docs/release-notes.md index f259ac03..470df0fe 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,10 +1,18 @@ +## 0.37.0 + +February 5, 2024 + +#### Added + +* Support the WebSocket Denial Response ASGI extension [#2041](https://github.com/encode/starlette/pull/2041). + ## 0.36.3 February 4, 2024 #### Fixed -* Create `anyio.Event` on async context [#2459](https://github.com/encode/starlette/2459). +* Create `anyio.Event` on async context [#2459](https://github.com/encode/starlette/pull/2459). ## 0.36.2 diff --git a/starlette/__init__.py b/starlette/__init__.py index 21b1c2c0..2d93b0cd 100644 --- a/starlette/__init__.py +++ b/starlette/__init__.py @@ -1 +1 @@ -__version__ = "0.36.3" +__version__ = "0.37.0"