File tree 2 files changed +7
-2
lines changed
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
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
+
3
8
## 0.0.14 (2024-10-24)
4
9
5
- * 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 ) ).
6
11
7
12
## 0.0.13 (2024-10-20)
8
13
Original file line number Diff line number Diff line change 2
2
__author__ = "Andrew Dunham"
3
3
__license__ = "Apache"
4
4
__copyright__ = "Copyright (c) 2012-2013, Andrew Dunham"
5
- __version__ = "0.0.14 "
5
+ __version__ = "0.0.15 "
6
6
7
7
from .multipart import (
8
8
BaseParser ,
You can’t perform that action at this time.
0 commit comments