Skip to content

Commit 0bc7356

Browse files
committed
start version 2.3.2
1 parent f07fb2b commit 0bc7356

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES.rst

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Version 2.3.2
2+
-------------
3+
4+
Unreleased
5+
6+
17
Version 2.3.1
28
-------------
39

src/flask/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
from .templating import stream_template as stream_template
3939
from .templating import stream_template_string as stream_template_string
4040

41-
__version__ = "2.3.1"
41+
__version__ = "2.3.2.dev"
4242

4343

4444
def __getattr__(name):

0 commit comments

Comments
 (0)