Skip to content

Commit

Permalink
This is 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuhiko committed Jul 1, 2012
1 parent b51fbdc commit 19def96
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Here you can see the full list of changes between each Flask release.
Version 0.8.1
-------------

Bugfix release, release date to be decided
Bugfix release, released on July 1th 2012

- Fixed an issue with the undocumented `flask.session` module to not
work properly on Python 2.5. It should not be used but did cause
Expand Down
2 changes: 1 addition & 1 deletion flask/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
:license: BSD, see LICENSE for more details.
"""

__version__ = '0.8.1-dev'
__version__ = '0.8.1'

# utilities we import from Werkzeug and Jinja2 that are unused
# in the module but are exported as public interface.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def run(self):

setup(
name='Flask',
version='0.8.1-dev',
version='0.8.1',
url='http://github.com/mitsuhiko/flask/',
license='BSD',
author='Armin Ronacher',
Expand Down

0 comments on commit 19def96

Please sign in to comment.