We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47ecfed commit 1f72955Copy full SHA for 1f72955
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 0.0.21 (2025-12-17)
4
+
5
+* Add support for Python 3.14 and drop EOL 3.8 and 3.9 [#216](https://github.com/Kludex/python-multipart/pull/216).
6
7
## 0.0.20 (2024-12-16)
8
9
* Handle messages containing only end boundary [#142](https://github.com/Kludex/python-multipart/pull/142).
python_multipart/__init__.py
@@ -2,7 +2,7 @@
__author__ = "Andrew Dunham"
__license__ = "Apache"
__copyright__ = "Copyright (c) 2012-2013, Andrew Dunham"
-__version__ = "0.0.20"
+__version__ = "0.0.21"
from .multipart import (
BaseParser,
0 commit comments