There was an error while loading. Please reload this page.
2 parents f0bc6b2 + c09fe3f commit 73ed5efCopy full SHA for 73ed5ef
2 files changed
CHANGES.rst
@@ -3,7 +3,7 @@
3
Version 2.0.1
4
-------------
5
6
-Unreleased
+Released 2021-05-17
7
8
- Fix type annotation for ``send_file`` ``max_age`` callable. Don't
9
pass ``pathlib.Path`` to ``max_age``. :issue:`2119`
src/werkzeug/__init__.py
@@ -3,4 +3,4 @@
from .wrappers import Request as Request
from .wrappers import Response as Response
-__version__ = "2.0.1.dev0"
+__version__ = "2.0.1"
0 commit comments