We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1f5fab commit 8cfab30Copy full SHA for 8cfab30
CHANGES.rst
@@ -3,7 +3,7 @@
3
Version 0.15.5
4
--------------
5
6
-Unreleased
+Released 2019-07-17
7
8
- Fix a ``TypeError`` due to changes to ``ast.Module`` in Python 3.8.
9
:issue:`1551`
src/werkzeug/__init__.py
@@ -17,7 +17,7 @@
17
import sys
18
from types import ModuleType
19
20
-__version__ = "0.15.5.dev0"
+__version__ = "0.15.5"
21
22
# This import magic raises concerns quite often which is why the implementation
23
# and motivation is explained here in detail now.
0 commit comments