Skip to content

Commit 8cfab30

Browse files
committed
release version 0.15.5
1 parent d1f5fab commit 8cfab30

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Version 0.15.5
44
--------------
55

6-
Unreleased
6+
Released 2019-07-17
77

88
- Fix a ``TypeError`` due to changes to ``ast.Module`` in Python 3.8.
99
:issue:`1551`

src/werkzeug/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import sys
1818
from types import ModuleType
1919

20-
__version__ = "0.15.5.dev0"
20+
__version__ = "0.15.5"
2121

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

0 commit comments

Comments
 (0)