Skip to content

Commit

Permalink
release version 2.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
davidism committed May 8, 2023
1 parent 3b1b0e0 commit 9959cff
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.4
-------------

Unreleased
Released 2023-05-08

- ``Authorization.from_header`` and ``WWWAuthenticate.from_header`` detects tokens
that end with base64 padding (``=``). :issue:`2685`
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.4.dev"
__version__ = "2.3.4"

0 comments on commit 9959cff

Please sign in to comment.