File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,11 @@ Flask Changelog
3
3
4
4
Here you can see the full list of changes between each Flask release.
5
5
6
+ Version 0.9
7
+ -----------
8
+
9
+ Relase date to be decided, codename to be chosen.
10
+
6
11
Version 0.8
7
12
-----------
8
13
Original file line number Diff line number Diff line change 10
10
:license: BSD, see LICENSE for more details.
11
11
"""
12
12
13
- __version__ = '0.8 '
13
+ __version__ = '0.9-dev '
14
14
15
15
# utilities we import from Werkzeug and Jinja2 that are unused
16
16
# in the module but are exported as public interface.
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ def run(self):
77
77
78
78
setup (
79
79
name = 'Flask' ,
80
- version = '0.8 ' ,
80
+ version = '0.9-dev ' ,
81
81
url = 'http://github.com/mitsuhiko/flask/' ,
82
82
license = 'BSD' ,
83
83
author = 'Armin Ronacher' ,
You can’t perform that action at this time.
0 commit comments