File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Here you can see the full list of changes between each Flask release.
6
6
Version 0.8.1
7
7
-------------
8
8
9
- Bugfix release, release date to be decided
9
+ Bugfix release, released on July 1th 2012
10
10
11
11
- Fixed an issue with the undocumented `flask.session` module to not
12
12
work properly on Python 2.5. It should not be used but did cause
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.1-dev '
13
+ __version__ = '0.8.1'
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.1-dev ' ,
80
+ version = '0.8.1' ,
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