Bump version number to 1.0.3.dev

This commit is contained in:
David Lord 2018-05-02 07:16:58 -07:00
parent dfd3619d6f
commit 939c77a39a
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
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 Version 1.0.2
------------- -------------

View file

@ -10,7 +10,7 @@
:license: BSD, see LICENSE for more details. :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 # utilities we import from Werkzeug and Jinja2 that are unused
# in the module but are exported as public interface. # in the module but are exported as public interface.