Werkzeug 0.13 Released

written by David Lord on 2017-12-07 in Releases

The Pallets team is pleased to release Werkzeug 0.13. Changes include:

  • Deprecated Python 2.6 and 3.3 support. The next version, 0.14, will remove support.
  • The built-in development server supports receiving requests with Transfer-Encoding: chunked.
  • Header options without an extended encoding can contain single quotes. For example, filename=t'es't.txt is now valid.
  • Removed werkzeug.script in favor of Click.

Read the full changelog.

Install or upgrade

Install from PyPI with pip:

pip install -U Werkzeug

The PGP key ID used for this release is David Lord: 43368a7aa8cc5926.

Get Involved

Werkzeug and the Pallets team depends on you, the community. Whether you report issues, write documentation, create patches, or answer questions, we appreciate all the help you provide. We updated the contributing guide to help make it easier to get started.