forked from orbit-oss/flask
Merge branch '1.1.x'
This commit is contained in:
commit
5ceb0a59dd
2 changed files with 11 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -15,6 +15,7 @@ _mailinglist
|
||||||
.pytest_cache/
|
.pytest_cache/
|
||||||
.idea/
|
.idea/
|
||||||
docs/_build/
|
docs/_build/
|
||||||
|
.vscode
|
||||||
|
|
||||||
# Coverage reports
|
# Coverage reports
|
||||||
htmlcov/
|
htmlcov/
|
||||||
|
|
|
||||||
10
CHANGES.rst
10
CHANGES.rst
|
|
@ -355,6 +355,16 @@ Released 2018-04-26
|
||||||
:pr:`2676`
|
: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
|
Version 0.12.4
|
||||||
--------------
|
--------------
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue