We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f07fb2b commit 0bc7356Copy full SHA for 0bc7356
CHANGES.rst
@@ -1,3 +1,9 @@
1
+Version 2.3.2
2
+-------------
3
+
4
+Unreleased
5
6
7
Version 2.3.1
8
-------------
9
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"
+__version__ = "2.3.2.dev"
42
43
44
def __getattr__(name):
0 commit comments