release version 3.0.3

This commit is contained in:
David Lord 2021-11-09 12:22:19 -08:00
parent 199b6d5ceb
commit ce1a539a69
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 3.0.3
-------------
Unreleased
Released 2021-11-09
- Fix traceback rewriting internals for Python 3.10 and 3.11.
:issue:`1535`

View File

@ -42,4 +42,4 @@ from .utils import pass_environment as pass_environment
from .utils import pass_eval_context as pass_eval_context
from .utils import select_autoescape as select_autoescape
__version__ = "3.0.2"
__version__ = "3.0.3"