From 23047a71fd7da13be7b545f30807f38f4d9ecb25 Mon Sep 17 00:00:00 2001 From: David Lord Date: Thu, 26 Apr 2018 12:14:22 -0700 Subject: [PATCH] Bump version number to 0.12.4.dev --- flask/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flask/__init__.py b/flask/__init__.py index b3b009b69e..268ecd0bef 100644 --- a/flask/__init__.py +++ b/flask/__init__.py @@ -10,7 +10,7 @@ :license: BSD, see LICENSE for more details. """ -__version__ = '0.12.3' +__version__ = '0.12.4.dev' # utilities we import from Werkzeug and Jinja2 that are unused # in the module but are exported as public interface.