From: Marcelo Trylesinski Date: Sun, 27 Oct 2024 08:18:54 +0000 (+0100) Subject: Version 0.41.2 (#2740) X-Git-Tag: 0.41.2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=afeb7c2d12784a3b25df7e0ec9ea28e5f52c8c7d;p=thirdparty%2Fstarlette.git Version 0.41.2 (#2740) --- diff --git a/docs/release-notes.md b/docs/release-notes.md index 40ec2907..1b56b342 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -3,6 +3,12 @@ hide: navigation toc_depth: 2 --- +## 0.41.2 (October 27, 2024) + +#### Fixed + +* Revert bump on `python-multipart` on `starlette[full]` extras [#2737](https://github.com/encode/starlette/pull/2737). + ## 0.41.1 (October 24, 2024) #### Fixed diff --git a/starlette/__init__.py b/starlette/__init__.py index d0ccb05a..b0416f28 100644 --- a/starlette/__init__.py +++ b/starlette/__init__.py @@ -1 +1 @@ -__version__ = "0.41.1" +__version__ = "0.41.2"