]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.129.0 0.129.0
authorSebastián Ramírez <tiangolo@gmail.com>
Thu, 12 Feb 2026 13:52:27 +0000 (14:52 +0100)
committerSebastián Ramírez <tiangolo@gmail.com>
Thu, 12 Feb 2026 13:52:27 +0000 (14:52 +0100)
docs/en/docs/release-notes.md
fastapi/__init__.py

index a428a4d860a707d063d810113fd55f27f7cb999a..e85ed4b3eec63d8f6541690425325d76a48ab551 100644 (file)
@@ -7,6 +7,8 @@ hide:
 
 ## Latest Changes
 
+## 0.129.0
+
 ### Breaking Changes
 
 * âž– Drop support for Python 3.9. PR [#14897](https://github.com/fastapi/fastapi/pull/14897) by [@tiangolo](https://github.com/tiangolo).
index 9931216ee1ad3ef87d396ee1438ce0494668fbbc..de5a0be38229414c8cf180b2310079520068faa2 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.128.8"
+__version__ = "0.129.0"
 
 from starlette import status as status