We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9205a0e commit 5b1aed8Copy full SHA for 5b1aed8
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 0.0.18 (2024-11-28)
4
+
5
+* Hard break if found data after last boundary on `MultipartParser` [#189](https://github.com/Kludex/python-multipart/pull/189).
6
7
## 0.0.17 (2024-10-31)
8
9
* Handle PermissionError in fallback code for old import name [#182](https://github.com/Kludex/python-multipart/pull/182).
python_multipart/__init__.py
@@ -2,7 +2,7 @@
__author__ = "Andrew Dunham"
__license__ = "Apache"
__copyright__ = "Copyright (c) 2012-2013, Andrew Dunham"
-__version__ = "0.0.17"
+__version__ = "0.0.18"
from .multipart import (
BaseParser,
0 commit comments