]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:bookmark: Release version 0.8.0 0.8.0
authorSebastián Ramírez <tiangolo@gmail.com>
Sat, 16 Mar 2019 17:24:26 +0000 (21:24 +0400)
committerSebastián Ramírez <tiangolo@gmail.com>
Sat, 16 Mar 2019 17:24:26 +0000 (21:24 +0400)
docs/release-notes.md
fastapi/__init__.py

index eb08a97bde8d13b9ac6e322173577f94ed20e749..014f852b941f7b77ad0438bc47bb9e4194364894 100644 (file)
@@ -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>.
 
index 10c0df8309c03f52f1662a3237a11f50344b303a..15ebe97313645ac722ab18dafafbbc24dc8aab3e 100644 (file)
@@ -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