Skip to content

Commit 72e30ea

Browse files
authored
Version 0.0.13 (#167)
1 parent a629ae0 commit 72e30ea

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.13 (2024-10-20)
4+
5+
* Rename import to `python_multipart` [#166](https://github.com/Kludex/python-multipart/pull/166).
6+
37
## 0.0.12 (2024-09-29)
48

59
* Improve error message when boundary character does not match [#124](https://github.com/Kludex/python-multipart/pull/124).

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.12"
5+
__version__ = "0.0.13"
66

77
from .multipart import (
88
BaseParser,

0 commit comments

Comments
 (0)