issues
search
pallets
/
werkzeug
The comprehensive WSGI web application library.
https://werkzeug.palletsprojects.com
BSD 3-Clause "New" or "Revised" License
6.65k
stars
1.73k
forks
source link
Release 3.0.2
#2867
Closed
pgjones
closed
7 months ago
pgjones
commented
7 months ago
Checklist:
[x] Add tests that demonstrate the correct behavior of the change. Tests should fail without the change.
[x] Add or update relevant docs, in the docs folder and in code.
[x] Add an entry in
CHANGES.rst
summarizing the change and linking to the issue.
[x] Add
.. versionchanged::
entries in any relevant code docs.
[x] Run
pre-commit
hooks and fix any issues.
[x] Run
pytest
and
tox
, no tests failed.
Checklist:
CHANGES.rst
summarizing the change and linking to the issue... versionchanged::
entries in any relevant code docs.pre-commit
hooks and fix any issues.pytest
andtox
, no tests failed.