Bump version number to 1.0.3.dev
This commit is contained in:
parent
dfd3619d6f
commit
939c77a39a
2 changed files with 7 additions and 1 deletions
|
|
@ -4,6 +4,12 @@ Flask Changelog
|
||||||
===============
|
===============
|
||||||
|
|
||||||
|
|
||||||
|
Version 1.0.3
|
||||||
|
-------------
|
||||||
|
|
||||||
|
Unreleased
|
||||||
|
|
||||||
|
|
||||||
Version 1.0.2
|
Version 1.0.2
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue