Skip to content

Commit

Permalink
Release 0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
cjwatson committed Jun 18, 2024
1 parent 8bffd6e commit d993dff
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@ Limitations
Changelog
---------

* **0.2.5 (18.06.2024)**
* Don't test semicolon separators in urlencoded data (#33)
* Add python-requires directive, indicating Python 3.5 or later is required and preventing older Pythons from attempting to download this version (#32)
* Add official support for Python 3.10-3.12 (#38, #48)
* Default value of ``copy_file`` should be ``2 ** 16``, not ``2 * 16`` (#41)
* Update URL for Bottle (#42)

* **0.2.4 (27.01.2021)**
* Consistently decode non-utf8 URL-encoded form-data

Expand Down
2 changes: 1 addition & 1 deletion multipart.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@


__author__ = "Marcel Hellkamp"
__version__ = "0.2.4"
__version__ = "0.2.5"
__license__ = "MIT"
__all__ = ["MultipartError", "MultipartParser", "MultipartPart", "parse_form_data"]

Expand Down

0 comments on commit d993dff

Please sign in to comment.