]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.112.2 0.112.2
authorSebastián Ramírez <tiangolo@gmail.com>
Sat, 24 Aug 2024 19:34:50 +0000 (14:34 -0500)
committerSebastián Ramírez <tiangolo@gmail.com>
Sat, 24 Aug 2024 19:34:50 +0000 (14:34 -0500)
docs/en/docs/release-notes.md
fastapi/__init__.py

index 28d430ab03a3c9aa917602fec20241e1cf01204c..2af28ae053de8483a9cc7cd91f882be6c58913ae 100644 (file)
@@ -7,6 +7,8 @@ hide:
 
 ## Latest Changes
 
+## 0.112.2
+
 ### Fixes
 
 * 🐛 Fix `allow_inf_nan` option for Param and Body classes. PR [#11867](https://github.com/fastapi/fastapi/pull/11867) by [@giunio-prc](https://github.com/giunio-prc).
index 0b79d45ef2b5dd7591a1909fb769a7f576eff8e3..ac2508d89d9192d6c91e1301f4b0676d3a14412c 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.112.1"
+__version__ = "0.112.2"
 
 from starlette import status as status