release version 2.0.3

This commit is contained in:
David Lord 2022-02-14 11:34:37 -08:00
parent c15f74cea6
commit 702d973b1f
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@
Version 2.0.3
-------------
Unreleased
Released 2022-02-14
- The test client's ``as_tuple`` parameter is deprecated and will be
removed in Werkzeug 2.1. It is now also deprecated in Flask, to be

View file

@ -43,4 +43,4 @@ from .signals import template_rendered as template_rendered
from .templating import render_template as render_template
from .templating import render_template_string as render_template_string
__version__ = "2.0.2"
__version__ = "2.0.3"