release version 2.1.3

This commit is contained in:
David Lord 2022-07-13 13:51:42 -07:00
parent a7859c6947
commit 134aebe601
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.1.3
-------------
Unreleased
Released 2022-07-13
- Inline some optional imports that are only used for certain CLI
commands. :pr:`4606`

View File

@ -42,4 +42,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.1.3.dev0"
__version__ = "2.1.3"