We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0867dce + 721abdc commit f07fb2bCopy full SHA for f07fb2b
CHANGES.rst
@@ -1,7 +1,7 @@
1
Version 2.3.1
2
-------------
3
4
-Unreleased
+Released 2023-04-25
5
6
- Restore deprecated ``from flask import Markup``. :issue:`5084`
7
src/flask/__init__.py
@@ -38,7 +38,7 @@
38
from .templating import stream_template as stream_template
39
from .templating import stream_template_string as stream_template_string
40
41
-__version__ = "2.3.1.dev"
+__version__ = "2.3.1"
42
43
44
def __getattr__(name):
0 commit comments