Skip to content

Commit

Permalink
release version 2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
davidism committed Feb 15, 2023
1 parent 24df8fc commit 41d4f62
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
Version 2.2.3
-------------

Unreleased
Released 2023-02-15

- Autoescaping is now enabled by default for ``.svg`` files. Inside
templates this behavior can be changed with the ``autoescape`` tag.
:issue:`4831`
- Autoescape is enabled by default for ``.svg`` template files. :issue:`4831`
- Fix the type of ``template_folder`` to accept ``pathlib.Path``. :issue:`4892`
- Add ``--debug`` option to the ``flask run`` command. :issue:`4777`

Expand Down
2 changes: 1 addition & 1 deletion src/flask/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
from .templating import stream_template as stream_template
from .templating import stream_template_string as stream_template_string

__version__ = "2.2.3.dev"
__version__ = "2.2.3"


def __getattr__(name):
Expand Down

0 comments on commit 41d4f62

Please sign in to comment.