forked from orbit-oss/flask
release version 2.0.0
This commit is contained in:
parent
1403d35e2a
commit
f8e63d3991
2 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
|||
Version 2.0.0
|
||||
-------------
|
||||
|
||||
Unreleased
|
||||
Released 2021-05-11
|
||||
|
||||
- Drop support for Python 2 and 3.5.
|
||||
- Bump minimum versions of other Pallets projects: Werkzeug >= 2,
|
||||
|
|
|
|||
|
|
@ -43,4 +43,4 @@ from .signals import template_rendered
|
|||
from .templating import render_template
|
||||
from .templating import render_template_string
|
||||
|
||||
__version__ = "2.0.0rc2"
|
||||
__version__ = "2.0.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue