From e7b2ce9a50c4a3a1ff5d032f201ed43d8cd39f17 Mon Sep 17 00:00:00 2001 From: Isaac Woodruff <47253116+isaacwoodruff@users.noreply.github.com> Date: Fri, 2 Sep 2022 16:52:13 +0100 Subject: [PATCH] Add missing .dev to version (#4801) --- src/flask/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/flask/__init__.py b/src/flask/__init__.py index 463f55f2..4bd52311 100644 --- a/src/flask/__init__.py +++ b/src/flask/__init__.py @@ -42,7 +42,7 @@ from .templating import render_template_string as render_template_string from .templating import stream_template as stream_template from .templating import stream_template_string as stream_template_string -__version__ = "2.2.3" +__version__ = "2.2.3.dev" def __getattr__(name):