From: Marcelo Trylesinski Date: Tue, 23 Jul 2024 10:17:08 +0000 (+0200) Subject: Version 0.38.1 (#2650) X-Git-Tag: 0.38.1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=921f13722fdcaf6f48d6adc16ab2cb549f3d750b;p=thirdparty%2Fstarlette.git Version 0.38.1 (#2650) --- diff --git a/docs/release-notes.md b/docs/release-notes.md index 42905633..7d78e824 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,3 +1,11 @@ +## 0.38.1 + +July 23, 2024 + +#### Removed + +* Revert "Add support for ASGI pathsend extension" [#2649](https://github.com/encode/starlette/2649). + ## 0.38.0 July 20, 2024 diff --git a/starlette/__init__.py b/starlette/__init__.py index 978180b4..53b39ad3 100644 --- a/starlette/__init__.py +++ b/starlette/__init__.py @@ -1 +1 @@ -__version__ = "0.38.0" +__version__ = "0.38.1"