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 26d664f commit 8ce342cCopy full SHA for 8ce342c
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 0.0.8 (2024-02-09)
4
+
5
+* Check if Message.get_params return 3-tuple instead of str on parse_options_header [#79](https://github.com/Kludex/python-multipart/pull/79).
6
+* Cleanup unused regex patterns [#82](https://github.com/Kludex/python-multipart/pull/82).
7
8
## 0.0.7 (2024-02-03)
9
10
* Refactor header option parser to use the standard library instead of a custom RegEx [#75](https://github.com/andrew-d/python-multipart/pull/75).
multipart/__init__.py
@@ -2,7 +2,7 @@
__author__ = "Andrew Dunham"
__license__ = "Apache"
__copyright__ = "Copyright (c) 2012-2013, Andrew Dunham"
-__version__ = "0.0.7"
+__version__ = "0.0.8"
from .multipart import (
0 commit comments