Skip to content

Commit

Permalink
Bump version number to 0.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
untitaker committed Mar 26, 2015
1 parent 8d9a635 commit 086b295
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def run(self):

setup(
name='Werkzeug',
version='0.10.4-dev',
version='0.10.3',
url='http://werkzeug.pocoo.org/',
license='BSD',
author='Armin Ronacher',
Expand Down
2 changes: 1 addition & 1 deletion werkzeug/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
from werkzeug._compat import iteritems

# the version. Usually set automatically by a script.
__version__ = '0.10.3-dev'
__version__ = '0.10.3'


# This import magic raises concerns quite often which is why the implementation
Expand Down

0 comments on commit 086b295

Please sign in to comment.