clean up flask --version code
This commit is contained in:
parent
3fd51c65fb
commit
a0ccc47780
3 changed files with 19 additions and 10 deletions
|
|
@ -14,9 +14,12 @@ Unreleased
|
|||
stricter about header encodings than PEP 3333. (`#2766`_)
|
||||
- Allow custom CLIs using ``FlaskGroup`` to set the debug flag without
|
||||
it always being overwritten based on environment variables. (`#2765`_)
|
||||
- ``flask --version`` outputs Werkzeug's version and simplifies the
|
||||
Python version. (`#2825`_)
|
||||
|
||||
.. _#2766: https://github.com/pallets/flask/issues/2766
|
||||
.. _#2765: https://github.com/pallets/flask/pull/2765
|
||||
.. _#2825: https://github.com/pallets/flask/pull/2825
|
||||
|
||||
|
||||
Version 1.0.2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue