Releases: pallets/werkzeug
Releases · pallets/werkzeug
0.16.0
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
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
0.15.4
0.15.3
0.15.2
0.15.1
0.15.0
0.13
Install from PyPI with pip:
pip install -U Werkzeug