Skip to content

Commit b083cef

Browse files
authored
Version 0.0.20 (#197)
1 parent 04d3cf5 commit b083cef

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

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+
37
## 0.0.19 (2024-11-30)
48

59
* 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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
__author__ = "Andrew Dunham"
33
__license__ = "Apache"
44
__copyright__ = "Copyright (c) 2012-2013, Andrew Dunham"
5-
__version__ = "0.0.19"
5+
__version__ = "0.0.20"
66

77
from .multipart import (
88
BaseParser,

0 commit comments

Comments
 (0)