Browse Source

🔖 Release version 0.8.0

pull/89/head 0.8.0
Sebastián Ramírez 6 years ago
parent
commit
a174f01901
  1. 4
      docs/release-notes.md
  2. 2
      fastapi/__init__.py

4
docs/release-notes.md

@ -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>.

2
fastapi/__init__.py

@ -1,6 +1,6 @@
"""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 .datastructures import UploadFile

Loading…
Cancel
Save