]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:bookmark: Release version 0.27.0 0.27.0
authorSebastián Ramírez <tiangolo@gmail.com>
Thu, 30 May 2019 13:48:52 +0000 (17:48 +0400)
committerSebastián Ramírez <tiangolo@gmail.com>
Thu, 30 May 2019 13:48:52 +0000 (17:48 +0400)
docs/release-notes.md
fastapi/__init__.py

index f55af1c97f472776122520e6ac7aab608eaac50b..1f4fbe78b3c483fbf57736b650bc69fd4260bc11 100644 (file)
@@ -1,5 +1,7 @@
 ## Next release
 
+## 0.27.0
+
 * Fix broken link in docs about OAuth 2.0 with scopes. PR [#275](https://github.com/tiangolo/fastapi/pull/275) by [@dmontagu](https://github.com/dmontagu).
 
 * Refactor param extraction using Pydantic `Field`:
index 85b0fe5604a76edf965a85518f84774ca5b97a24..6d47165dcb978ee3670f50ad87395599b4e62740 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.26.0"
+__version__ = "0.27.0"
 
 from starlette.background import BackgroundTasks