]> git.ipfire.org Git - thirdparty/starlette.git/commitdiff
Version 0.41.2 (#2740) 0.41.2
authorMarcelo Trylesinski <marcelotryle@gmail.com>
Sun, 27 Oct 2024 08:18:54 +0000 (09:18 +0100)
committerGitHub <noreply@github.com>
Sun, 27 Oct 2024 08:18:54 +0000 (09:18 +0100)
docs/release-notes.md
starlette/__init__.py

index 40ec2907748ec121e830ee02668a726e5064f0e5..1b56b342a3795ca3efbbcf8dae350d8271df2ae1 100644 (file)
@@ -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
index d0ccb05a3319e1ac056888a432096dab9a306fdf..b0416f28d6b470d94d47aa400263522f14821c90 100644 (file)
@@ -1 +1 @@
-__version__ = "0.41.1"
+__version__ = "0.41.2"