diff --git a/flask/__init__.py b/flask/__init__.py index 28a87cb604..b3b009b69e 100644 --- a/flask/__init__.py +++ b/flask/__init__.py @@ -10,7 +10,7 @@ :license: BSD, see LICENSE for more details. """ -__version__ = '0.12.3-dev' +__version__ = '0.12.3' # utilities we import from Werkzeug and Jinja2 that are unused # in the module but are exported as public interface.