mirror of
https://github.com/rjNemo/fastapi
synced 2026-06-12 05:26:45 +00:00
🔖 Release version 0.8.0
This commit is contained in:
parent
9b76ad1870
commit
a174f01901
2 changed files with 4 additions and 2 deletions
|
|
@ -1,4 +1,6 @@
|
||||||
## Next
|
## Next release
|
||||||
|
|
||||||
|
## 0.8.0
|
||||||
|
|
||||||
* Make development scripts executable. PR <a href="htthttps://github.com/tiangolo/fastapi/pull/76" target="_blank">#76</a> by <a href="https://github.com/euri10" target="_blank">@euri10</a>.
|
* Make development scripts executable. PR <a href="htthttps://github.com/tiangolo/fastapi/pull/76" target="_blank">#76</a> by <a href="https://github.com/euri10" target="_blank">@euri10</a>.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
"""FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
|
"""FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
|
||||||
|
|
||||||
__version__ = "0.7.1"
|
__version__ = "0.8.0"
|
||||||
|
|
||||||
from .applications import FastAPI
|
from .applications import FastAPI
|
||||||
from .datastructures import UploadFile
|
from .datastructures import UploadFile
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue