We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9f606a8 + fe2d744 commit bc90801Copy full SHA for bc90801
CHANGES.rst
@@ -3,7 +3,7 @@
3
Version 2.0.1
4
-------------
5
6
-Unreleased
+Released 2021-05-21
7
8
- Re-add the ``filename`` parameter in ``send_from_directory``. The
9
``filename`` parameter has been renamed to ``path``, the old name
src/flask/__init__.py
@@ -43,4 +43,4 @@
43
from .templating import render_template as render_template
44
from .templating import render_template_string as render_template_string
45
46
-__version__ = "2.0.1.dev0"
+__version__ = "2.0.1"
0 commit comments