]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.129.2 0.129.2
authorSebastián Ramírez <tiangolo@gmail.com>
Sat, 21 Feb 2026 17:24:59 +0000 (18:24 +0100)
committerSebastián Ramírez <tiangolo@gmail.com>
Sat, 21 Feb 2026 17:24:59 +0000 (18:24 +0100)
docs/en/docs/release-notes.md
fastapi/__init__.py

index bf29c061359076321c3abe5a9b9410a2c8386041..edcb3db8d6f0931f6ba05980dc6118b7232240ca 100644 (file)
@@ -7,6 +7,8 @@ hide:
 
 ## Latest Changes
 
+## 0.129.2
+
 ### Internal
 
 * ⬆️ Upgrade pytest. PR [#14959](https://github.com/fastapi/fastapi/pull/14959) by [@tiangolo](https://github.com/tiangolo).
index 1591a81cf057809e137301a89df19f770905c0dc..e6798ddc6d346aedc43651d0dc31e5452832347b 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.129.1"
+__version__ = "0.129.2"
 
 from starlette import status as status