]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.100.0 0.100.0
authorSebastián Ramírez <tiangolo@gmail.com>
Fri, 7 Jul 2023 17:25:59 +0000 (19:25 +0200)
committerSebastián Ramírez <tiangolo@gmail.com>
Fri, 7 Jul 2023 17:25:59 +0000 (19:25 +0200)
docs/en/docs/release-notes.md
fastapi/__init__.py

index 946c38e101d5aa5d93748b006a1026174d034d76..3f5b076ff821b31534d51d701041e05f790db5a9 100644 (file)
@@ -2,6 +2,9 @@
 
 ## Latest Changes
 
+
+## 0.100.0
+
 âœ¨ Support for **Pydantic v2** âœ¨
 
 Pydantic version 2 has the **core** re-written in **Rust** and includes a lot of improvements and features, for example:
index 5eb3c4de2756b20c685f8a816c954514e34a6667..e9c3abe012671bf1e3769ad8f70552e0d5153265 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.100.0-beta3"
+__version__ = "0.100.0"
 
 from starlette import status as status