]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.111.1 0.111.1
authorSebastián Ramírez <tiangolo@gmail.com>
Sun, 14 Jul 2024 17:54:20 +0000 (12:54 -0500)
committerSebastián Ramírez <tiangolo@gmail.com>
Sun, 14 Jul 2024 17:54:20 +0000 (12:54 -0500)
docs/en/docs/release-notes.md
fastapi/__init__.py

index f9dc1d71d8d3d81c4b06203c653d142efb04d1c3..3734f34823a86160df7aafe73a7dee7920f323bb 100644 (file)
@@ -7,6 +7,8 @@ hide:
 
 ## Latest Changes
 
+## 0.111.1
+
 ### Upgrades
 
 * âž– Remove `orjson` and `ujson` from default dependencies. PR [#11842](https://github.com/tiangolo/fastapi/pull/11842) by [@tiangolo](https://github.com/tiangolo).
index 04305ad8b1fa7048c97eccf2e5d26f1b230393bb..4d60bc7dea3e5fc6d7bf447ec72730e68cff6630 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.111.0"
+__version__ = "0.111.1"
 
 from starlette import status as status