We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c15f74c + 702d973 commit ef557b3Copy full SHA for ef557b3
CHANGES.rst
@@ -3,7 +3,7 @@
3
Version 2.0.3
4
-------------
5
6
-Unreleased
+Released 2022-02-14
7
8
- The test client's ``as_tuple`` parameter is deprecated and will be
9
removed in Werkzeug 2.1. It is now also deprecated in Flask, to be
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.2"
+__version__ = "2.0.3"
0 commit comments