Skip to content

Commit 19def96

Browse files
committed
This is 0.8.1
1 parent b51fbdc commit 19def96

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Here you can see the full list of changes between each Flask release.
66
Version 0.8.1
77
-------------
88

9-
Bugfix release, release date to be decided
9+
Bugfix release, released on July 1th 2012
1010

1111
- Fixed an issue with the undocumented `flask.session` module to not
1212
work properly on Python 2.5. It should not be used but did cause

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__ = '0.8.1-dev'
13+
__version__ = '0.8.1'
1414

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def run(self):
7777

7878
setup(
7979
name='Flask',
80-
version='0.8.1-dev',
80+
version='0.8.1',
8181
url='http://github.com/mitsuhiko/flask/',
8282
license='BSD',
8383
author='Armin Ronacher',

0 commit comments

Comments
 (0)