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 04d3cf5 commit b083cefCopy full SHA for b083cef
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 0.0.20 (2024-12-16)
4
+
5
+* Handle messages containing only end boundary [#142](https://github.com/Kludex/python-multipart/pull/142).
6
7
## 0.0.19 (2024-11-30)
8
9
* Don't warn when CRLF is found after last boundary on `MultipartParser` [#193](https://github.com/Kludex/python-multipart/pull/193).
python_multipart/__init__.py
@@ -2,7 +2,7 @@
__author__ = "Andrew Dunham"
__license__ = "Apache"
__copyright__ = "Copyright (c) 2012-2013, Andrew Dunham"
-__version__ = "0.0.19"
+__version__ = "0.0.20"
from .multipart import (
BaseParser,
0 commit comments