Skip to content

Releases: pallets/werkzeug

0.16.0

19 Sep 15:38
1aba740
Compare
Choose a tag to compare

Most of the top-level attributes in the werkzeug module are now deprecated, and will be removed in 1.0.0.

For example, instead of import werkzeug; werkzeug.url_quote, do from werkzeug.urls import url_quote. A deprecation warning will show the correct import to use. werkzeug.exceptions and werkzeug.routing should also be imported instead of accessed, but for technical reasons can’t show a warning.

0.15.6

04 Sep 20:14
71eab19
Compare
Choose a tag to compare

The issue causing the reloader to fail when running from a setuptools entry point (like flask run) on Windows has been fixed.

0.15.5

17 Jul 15:36
8cfab30
Compare
Choose a tag to compare

0.15.4

15 May 16:17
43d4ed2
Compare
Choose a tag to compare

0.15.3

15 May 16:17
9b1123a
Compare
Choose a tag to compare

0.15.2

02 Apr 17:32
cea39fc
Compare
Choose a tag to compare

0.15.1

21 Mar 17:39
6e2c1d1
Compare
Choose a tag to compare

0.15.0

19 Mar 15:36
129b3fa
Compare
Choose a tag to compare

0.13

07 Dec 17:41
f19fa41
Compare
Choose a tag to compare

Read the announcement here.

Read the full changelog.

Install from PyPI with pip:

pip install -U Werkzeug