Skip to content

Commit

Permalink
release version 0.15.5
Browse files Browse the repository at this point in the history
  • Loading branch information
davidism committed Jul 17, 2019
1 parent d1f5fab commit 8cfab30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Version 0.15.5
--------------

Unreleased
Released 2019-07-17

- Fix a ``TypeError`` due to changes to ``ast.Module`` in Python 3.8.
:issue:`1551`
Expand Down
2 changes: 1 addition & 1 deletion src/werkzeug/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import sys
from types import ModuleType

__version__ = "0.15.5.dev0"
__version__ = "0.15.5"

# This import magic raises concerns quite often which is why the implementation
# and motivation is explained here in detail now.
Expand Down

0 comments on commit 8cfab30

Please sign in to comment.