Skip to content

Commit 9b1123a

Browse files
committed
release version 0.15.3
1 parent 00bc43b commit 9b1123a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Version 0.15.3
44
--------------
55

6-
Unreleased
6+
Released 2019-05-14
77

88
- Properly handle multi-line header folding in development server in
99
Python 2.7. (:issue:`1080`)

src/werkzeug/__init__.py

+1-1
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.2"
20+
__version__ = "0.15.3"
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)