We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00bc43b commit 9b1123aCopy full SHA for 9b1123a
CHANGES.rst
@@ -3,7 +3,7 @@
3
Version 0.15.3
4
--------------
5
6
-Unreleased
+Released 2019-05-14
7
8
- Properly handle multi-line header folding in development server in
9
Python 2.7. (:issue:`1080`)
src/werkzeug/__init__.py
@@ -17,7 +17,7 @@
17
import sys
18
from types import ModuleType
19
20
-__version__ = "0.15.2"
+__version__ = "0.15.3"
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