diff --git a/.gitignore b/.gitignore index 8a323555..71dafa39 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,7 @@ _mailinglist .pytest_cache/ .idea/ docs/_build/ +.vscode # Coverage reports htmlcov/ diff --git a/CHANGES.rst b/CHANGES.rst index 5ea7e468..b6d0785f 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -355,6 +355,16 @@ Released 2018-04-26 :pr:`2676` +Version 0.12.5 +-------------- + +Released on February 10 2020 + +- Pin Werkzeug to < 1.0.0. (`#3497`_) + +.. _#3497: https://github.com/pallets/flask/issues/3497 + + Version 0.12.4 --------------