Skip to content

Releases: pallets/werkzeug

1.0.0

31 Mar 18:05
dfde671
Compare
Choose a tag to compare

After 13 years of development, we're finally 1.0!

Note that previously deprecated code has been removed in this release. Use 0.16.1 as an intermediate step to see deprecation warnings and upgrade.

1.0.0 Release Candidate 1

31 Jan 16:55
Compare
Choose a tag to compare
Pre-release

Use the --pre flag to install this pre-release:

pip install --pre Werkzeug==1.0.0rc1

0.16.1

27 Jan 04:20
2b2c4c3
Compare
Choose a tag to compare

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