]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.96.0 0.96.0
authorSebastián Ramírez <tiangolo@gmail.com>
Sat, 3 Jun 2023 14:29:23 +0000 (16:29 +0200)
committerSebastián Ramírez <tiangolo@gmail.com>
Sat, 3 Jun 2023 14:29:23 +0000 (16:29 +0200)
docs/en/docs/release-notes.md
fastapi/__init__.py

index 109ca08cbdd14453921c940fbaa644512a1059d6..cb209fde0ff6a738b796b9794868c353209199ce 100644 (file)
@@ -2,6 +2,9 @@
 
 ## Latest Changes
 
+
+## 0.96.0
+
 ### Features
 
 * âš¡ Update `create_cloned_field` to use a global cache and improve startup performance. PR [#4645](https://github.com/tiangolo/fastapi/pull/4645) by [@madkinsz](https://github.com/madkinsz) and previous original PR by [@huonw](https://github.com/huonw).
index a9ad629580fac267be62609a747b0f2f159deafc..d564d5fa34cf862356ac19e02b64fcd496afde51 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.95.2"
+__version__ = "0.96.0"
 
 from starlette import status as status