]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.101.0 0.101.0
authorSebastián Ramírez <tiangolo@gmail.com>
Fri, 4 Aug 2023 21:00:17 +0000 (23:00 +0200)
committerSebastián Ramírez <tiangolo@gmail.com>
Fri, 4 Aug 2023 21:00:17 +0000 (23:00 +0200)
docs/en/docs/release-notes.md
fastapi/__init__.py

index a7a5a424e51a25c25f42462dae6bab394b927aed..5957a73c09ae025463e2de839a0a85e429287c14 100644 (file)
@@ -2,6 +2,9 @@
 
 ## Latest Changes
 
+
+## 0.101.0
+
 ### Features
 
 * âœ¨ Enable Pydantic's serialization mode for responses, add support for Pydantic's `computed_field`, better OpenAPI for response models, proper required attributes, better generated clients. PR [#10011](https://github.com/tiangolo/fastapi/pull/10011) by [@tiangolo](https://github.com/tiangolo).
index 7dfeca0d48a19b4d5d4ebd909604f1c4b8d172e9..c113ac1fd0874bf0d2e00117017795e41670dd12 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.100.1"
+__version__ = "0.101.0"
 
 from starlette import status as status