Skip to content

Commit 5b1aed8

Browse files
authored
Version 0.0.18 (#191)
1 parent 9205a0e commit 5b1aed8

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

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+
37
## 0.0.17 (2024-10-31)
48

59
* Handle PermissionError in fallback code for old import name [#182](https://github.com/Kludex/python-multipart/pull/182).

python_multipart/__init__.py

+1-1
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.17"
5+
__version__ = "0.0.18"
66

77
from .multipart import (
88
BaseParser,

0 commit comments

Comments
 (0)