release version 2.0.1

This commit is contained in:
David Lord 2021-05-21 08:50:31 -07:00
parent 9f606a8cbb
commit fe2d744b53
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.1 Version 2.0.1
------------- -------------
Unreleased Released 2021-05-21
- Re-add the ``filename`` parameter in ``send_from_directory``. The - Re-add the ``filename`` parameter in ``send_from_directory``. The
``filename`` parameter has been renamed to ``path``, the old name ``filename`` parameter has been renamed to ``path``, the old name

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 as render_template
from .templating import render_template_string as render_template_string from .templating import render_template_string as render_template_string
__version__ = "2.0.1.dev0" __version__ = "2.0.1"