]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.67.0 0.67.0
authorSebastián Ramírez <tiangolo@gmail.com>
Wed, 21 Jul 2021 18:00:39 +0000 (20:00 +0200)
committerSebastián Ramírez <tiangolo@gmail.com>
Wed, 21 Jul 2021 18:00:39 +0000 (20:00 +0200)
docs/en/docs/release-notes.md
fastapi/__init__.py

index b8e3c5841cebbeeb6a789733cfc5c8faa9db4c5b..e35d6f3c48c2f0c235a95417dda1bbbaff04af5b 100644 (file)
@@ -2,6 +2,9 @@
 
 ## Latest Changes
 
+
+## 0.67.0
+
 ### Features
 
 * âœ¨ Add support for `dataclasses` in request bodies and `response_model`. New documentation: [Advanced User Guide - Using Dataclasses](https://fastapi.tiangolo.com/advanced/dataclasses/). PR [#3577](https://github.com/tiangolo/fastapi/pull/3577) by [@tiangolo](https://github.com/tiangolo).
index 7ae93ef8c5d711162d0803158c9aa5cb28be9787..61737d47f06a1b8beca23011544766de91956338 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.66.1"
+__version__ = "0.67.0"
 
 from starlette import status as status