]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:bookmark: Release 0.18.0 0.18.0
authorSebastián Ramírez <tiangolo@gmail.com>
Mon, 22 Apr 2019 17:08:43 +0000 (21:08 +0400)
committerSebastián Ramírez <tiangolo@gmail.com>
Mon, 22 Apr 2019 17:08:43 +0000 (21:08 +0400)
docs/release-notes.md
fastapi/__init__.py

index ac859b5811afcc59daaaed97040424e742d81e26..aa07e3c6b986441df98907d11134462f201d1067 100644 (file)
@@ -1,5 +1,7 @@
 ## Next release
 
+## 0.18.0
+
 * Add docs for <a href="https://fastapi.tiangolo.com/tutorial/security/http-basic-auth/" target="_blank">HTTP Basic Auth</a>. PR <a href="https://github.com/tiangolo/fastapi/pull/177" target="_blank">#177</a>.
 
 * Upgrade HTTP Basic Auth handling with automatic headers (automatic browser login prompt). PR <a href="https://github.com/tiangolo/fastapi/pull/175" target="_blank">#175</a>.
index e72650d92914c704f7843828d2dc7aff0dfad14d..686cad6ceff9c3bf88312abe529a794c2590983b 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.17.0"
+__version__ = "0.18.0"
 
 from starlette.background import BackgroundTasks