Bump version number to 1.0.3.dev

This commit is contained in:
David Lord 2018-05-02 07:16:58 -07:00
parent f0d02dad21
commit 81d79c545e
2 changed files with 7 additions and 1 deletions

View file

@ -4,6 +4,12 @@ Flask Changelog
===============
Version 1.0.3
-------------
Unreleased
Version 1.0.2
-------------

View file

@ -10,7 +10,7 @@
:license: BSD, see LICENSE for more details.
"""
__version__ = '1.0.2'
__version__ = '1.0.3.dev'
# utilities we import from Werkzeug and Jinja2 that are unused
# in the module but are exported as public interface.