]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.112.1 0.112.1
authorSebastián Ramírez <tiangolo@gmail.com>
Thu, 15 Aug 2024 21:00:47 +0000 (16:00 -0500)
committerSebastián Ramírez <tiangolo@gmail.com>
Thu, 15 Aug 2024 21:00:47 +0000 (16:00 -0500)
docs/en/docs/release-notes.md
fastapi/__init__.py

index b58e60203e5202aa0daffb96fcf05782bb22d42e..7245d072a0bc113e9454b132c1cf087918c108ea 100644 (file)
@@ -7,6 +7,8 @@ hide:
 
 ## Latest Changes
 
+## 0.112.1
+
 ### Upgrades
 
 * ⬆️ Allow Starlette 0.38.x, update the pin to `>=0.37.2,<0.39.0`. PR [#11876](https://github.com/fastapi/fastapi/pull/11876) by [@musicinmybrain](https://github.com/musicinmybrain).
index 3413dffc81ec0afc26f2cbb95c316b84dcaa85c1..0b79d45ef2b5dd7591a1909fb769a7f576eff8e3 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.112.0"
+__version__ = "0.112.1"
 
 from starlette import status as status