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 73fb55d commit ce85154Copy full SHA for ce85154
CHANGELOG.md
@@ -1,8 +1,13 @@
1
# Changelog
2
3
+## 0.0.15 (2024-10-27)
4
+
5
+* Replace `FutureWarning` to `PendingDeprecationWarning` [#174](https://github.com/Kludex/python-multipart/pull/174).
6
+* Add missing files to SDist [#171](https://github.com/Kludex/python-multipart/pull/171).
7
8
## 0.0.14 (2024-10-24)
9
-* Fix import scheme for `multipart` module ([#168](https://github.com/user/repo/issues/168)).
10
+* Fix import scheme for `multipart` module ([#168](https://github.com/Kludex/python-multipart/pull/168)).
11
12
## 0.0.13 (2024-10-20)
13
python_multipart/__init__.py
@@ -2,7 +2,7 @@
__author__ = "Andrew Dunham"
__license__ = "Apache"
__copyright__ = "Copyright (c) 2012-2013, Andrew Dunham"
-__version__ = "0.0.14"
+__version__ = "0.0.15"
from .multipart import (
BaseParser,
0 commit comments