Skip to content

Commit 939c77a

Browse files
committed
Bump version number to 1.0.3.dev
1 parent dfd3619 commit 939c77a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ Flask Changelog
44
===============
55

66

7+
Version 1.0.3
8+
-------------
9+
10+
Unreleased
11+
12+
713
Version 1.0.2
814
-------------
915

flask/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
:license: BSD, see LICENSE for more details.
1111
"""
1212

13-
__version__ = '1.0.2'
13+
__version__ = '1.0.3.dev'
1414

1515
# utilities we import from Werkzeug and Jinja2 that are unused
1616
# in the module but are exported as public interface.

0 commit comments

Comments
 (0)