Skip to content

Commit

Permalink
Start of v1.3 development
Browse files Browse the repository at this point in the history
  • Loading branch information
defnull committed Nov 28, 2024
1 parent 970f764 commit bbd5eaf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ changes, even if they technically change behavior from *incorrect* to *correct*
and may break applications that rely on *incorrect* or *undefined* behavior or
*undocumented* APIs.

Release 1.3
===========

*Not released yet, no changes yet.*

Release 1.2
===========

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__ = '1.2.0'
__version__ = '1.3.0-dev'
__license__ = "MIT"
__all__ = ["MultipartError", "ParserLimitReached", "ParserError",
"StrictParserError", "ParserStateError", "is_form_request",
Expand Down

0 comments on commit bbd5eaf

Please sign in to comment.