File tree 2 files changed +10
-3
lines changed 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change
1
+ # Changelog
2
+
3
+ ## 0.0.6 (2023-02-27)
4
+
5
+ * Migrate package installation to ` pyproject.toml ` (PEP 621) [ #54 ] ( https://github.com/andrew-d/python-multipart/pull/54 ) .
6
+ * Use yaml.safe_load instead of yaml.load [ #46 ] ( https://github.com/andrew-d/python-multipart/pull/46 ) .
7
+ * Add support for Python 3.11, drop EOL 3.6 [ #51 ] ( https://github.com/andrew-d/python-multipart/pull/51 ) .
8
+ * Add support for Python 3.8-3.10, drop EOL 2.7-3.5 [ #42 ] ( https://github.com/andrew-d/python-multipart/pull/42 ) .
9
+ * ` QuerystringParser ` : don't raise an AttributeError in ` __repr__ ` [ #30 ] ( https://github.com/andrew-d/python-multipart/pull/30 ) .
Original file line number Diff line number Diff line change 1
- import sys
2
-
3
1
# This is the canonical package information.
4
2
__author__ = 'Andrew Dunham'
5
3
__license__ = 'Apache'
6
4
__copyright__ = "Copyright (c) 2012-2013, Andrew Dunham"
7
- __version__ = "0.0.5 "
5
+ __version__ = "0.0.6 "
8
6
9
7
10
8
from .multipart import (
You can’t perform that action at this time.
0 commit comments