mirror of https://github.com/tiangolo/fastapi.git
🔖 Release version 0.82.0
This commit is contained in:
parent
ddf6daeb07
commit
3079ba925e
|
|
@ -2,6 +2,9 @@
|
|||
|
||||
## Latest Changes
|
||||
|
||||
|
||||
## 0.82.0
|
||||
|
||||
🚨 This is probably the last release (or one of the last releases) to support Python 3.6. 🔥
|
||||
|
||||
Python 3.6 reached the [end-of-life and is no longer supported by Python](https://www.python.org/downloads/release/python-3615/) since around a year ago.
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
"""FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
|
||||
|
||||
__version__ = "0.81.0"
|
||||
__version__ = "0.82.0"
|
||||
|
||||
from starlette import status as status
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue