Skip to content

Commit 41d4f62

Browse files
committed
release version 2.2.3
1 parent 24df8fc commit 41d4f62

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

CHANGES.rst

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
Version 2.2.3
22
-------------
33

4-
Unreleased
4+
Released 2023-02-15
55

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

src/flask/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
from .templating import stream_template as stream_template
4343
from .templating import stream_template_string as stream_template_string
4444

45-
__version__ = "2.2.3.dev"
45+
__version__ = "2.2.3"
4646

4747

4848
def __getattr__(name):

0 commit comments

Comments
 (0)