]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.112.4 0.112.4
authorSebastián Ramírez <tiangolo@gmail.com>
Thu, 5 Sep 2024 15:00:33 +0000 (17:00 +0200)
committerSebastián Ramírez <tiangolo@gmail.com>
Thu, 5 Sep 2024 15:00:33 +0000 (17:00 +0200)
fastapi/__init__.py

index 1bc1bfd829dd7f8c54d22641a74c74bc79c8caff..1e10bf5576a4ea625f7ac33987819a6bce679245 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.112.3"
+__version__ = "0.112.4"
 
 from starlette import status as status