Skip to content

Commit

Permalink
Prepare for an 0.8.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuhiko committed Oct 1, 2011
1 parent d5e10e4 commit 766522c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES
Expand Up @@ -3,6 +3,11 @@ Flask Changelog

Here you can see the full list of changes between each Flask release.

Version 0.8.1
-------------

Bugfix release, release date to be decided

Version 0.8
-----------

Expand Down
2 changes: 1 addition & 1 deletion flask/__init__.py
Expand Up @@ -10,7 +10,7 @@
:license: BSD, see LICENSE for more details.
"""

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

# 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
Expand Up @@ -77,7 +77,7 @@ def run(self):

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

0 comments on commit 766522c

Please sign in to comment.