Werkzeug 0.15.2 Released
Posted by David Lord on 2019-04-02Werkzeug 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