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 a629ae0 commit 72e30eaCopy full SHA for 72e30ea
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 0.0.13 (2024-10-20)
4
+
5
+* Rename import to `python_multipart` [#166](https://github.com/Kludex/python-multipart/pull/166).
6
7
## 0.0.12 (2024-09-29)
8
9
* Improve error message when boundary character does not match [#124](https://github.com/Kludex/python-multipart/pull/124).
python_multipart/__init__.py
@@ -2,7 +2,7 @@
__author__ = "Andrew Dunham"
__license__ = "Apache"
__copyright__ = "Copyright (c) 2012-2013, Andrew Dunham"
-__version__ = "0.0.12"
+__version__ = "0.0.13"
from .multipart import (
BaseParser,
0 commit comments