Skip to content

Commit

Permalink
release version 2.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
davidism committed May 1, 2023
1 parent 07c27a8 commit 7a33be5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Expand Up @@ -3,7 +3,7 @@
Version 2.3.3
-------------

Unreleased
Released 2023-05-01

- Fix parsing of large multipart bodies. Remove invalid leading newline, and restore
parsing speed. :issue:`2658, 2675`
Expand Down
2 changes: 1 addition & 1 deletion src/werkzeug/__init__.py
Expand Up @@ -3,4 +3,4 @@
from .wrappers import Request as Request
from .wrappers import Response as Response

__version__ = "2.3.3.dev"
__version__ = "2.3.3"

0 comments on commit 7a33be5

Please sign in to comment.