Skip to content

Commit

Permalink
Start version 2.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
pgjones committed Aug 14, 2023
1 parent 3c2ba3d commit 828bab4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
.. currentmodule:: werkzeug

Version 2.3.8
-------------

Unreleased


Version 2.3.7
-------------

Expand Down
2 changes: 1 addition & 1 deletion src/werkzeug/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
from .wrappers import Request as Request
from .wrappers import Response as Response

__version__ = "2.3.7"
__version__ = "2.3.7.dev"

0 comments on commit 828bab4

Please sign in to comment.