Werkzeug 0.15.2 Released

written by David Lord on 2019-04-02 in Releases

Werkzeug 0.15.2 has been released. The changelog lists the changes in detail, which include:

  • Fix an issue where code generation would cause coverage to fail.
  • Fixed some issues with the new test client redirect code. If no cookies are stored, the cookie header is removed. Changes to the environ by the app don't affect the client.
  • The "werkzeug" logger doesn't log messages twice if user code has already configured logging.

Install or Upgrade

Install from PyPI with pip:

pip install -U Werkzeug