Skip to content

Commit 18bbb5c

Browse files
authored
Version 0.41.1 (#2736)
1 parent 342410d commit 18bbb5c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docs/release-notes.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ hide: navigation
33
toc_depth: 2
44
---
55

6+
## 0.41.1 (October 24, 2024)
7+
8+
#### Fixed
9+
10+
* Bump minimum `python-multipart` version to `0.0.13` [#2734](https://github.com/encode/starlette/pull/2734).
11+
* Change `python-multipart` import to `python_multipart` [#2733](https://github.com/encode/starlette/pull/2733).
12+
613
## 0.41.0 (October 15, 2024)
714

815
#### Added

starlette/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.41.0"
1+
__version__ = "0.41.1"

0 commit comments

Comments
 (0)