Skip to content

Commit 345f184

Browse files
committed
start version 2.3.1
1 parent 5f40724 commit 345f184

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.1
2+
-------------
3+
4+
Unreleased
5+
6+
17
Version 2.3.0
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.0"
41+
__version__ = "2.3.1.dev"
4242

4343

4444
def __getattr__(name):

0 commit comments

Comments
 (0)