]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.68.0 0.68.0
authorSebastián Ramírez <tiangolo@gmail.com>
Thu, 29 Jul 2021 21:03:57 +0000 (23:03 +0200)
committerSebastián Ramírez <tiangolo@gmail.com>
Thu, 29 Jul 2021 21:03:57 +0000 (23:03 +0200)
docs/en/docs/release-notes.md
fastapi/__init__.py

index a4aa3d1db626ae0fcfcaf28bff6e9e98e02725eb..ef29e9f236d5dc497b312f18c3b787f5b1eecf44 100644 (file)
@@ -2,6 +2,9 @@
 
 ## Latest Changes
 
+
+## 0.68.0
+
 ### Features
 
 * âœ¨ Add support for extensions and updates to the OpenAPI schema in each *path operation*. New docs: [FastAPI Path Operation Advanced Configuration - OpenAPI Extra](https://fastapi.tiangolo.com/advanced/path-operation-advanced-configuration/#openapi-extra). Initial PR [#1922](https://github.com/tiangolo/fastapi/pull/1922) by [@edouardlp](https://github.com/edouardlp).
index 61737d47f06a1b8beca23011544766de91956338..60f90b80d5058f76191f131c1a41d4ca47a86d0c 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.67.0"
+__version__ = "0.68.0"
 
 from starlette import status as status