]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.136.0 0.136.0
authorSebastián Ramírez <tiangolo@gmail.com>
Thu, 16 Apr 2026 11:45:09 +0000 (13:45 +0200)
committerSebastián Ramírez <tiangolo@gmail.com>
Thu, 16 Apr 2026 11:45:09 +0000 (13:45 +0200)
docs/en/docs/release-notes.md
fastapi/__init__.py

index 67b36e0e4276b1bc5856d4b2cf514ed708b116a7..95db49b28c6263bbd16f6ed940445f0dda01a532 100644 (file)
@@ -7,6 +7,8 @@ hide:
 
 ## Latest Changes
 
+## 0.136.0 (2026-04-16)
+
 ### Upgrades
 
 * ⬆️ Support free-threaded Python 3.14t. PR [#15149](https://github.com/fastapi/fastapi/pull/15149) by [@svlandeg](https://github.com/svlandeg).
index 21cf17498d3d664f801bf09f664e0873169c2f5b..73a1c20e992a08b66d481e3605683aff7e578d8f 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.135.4"
+__version__ = "0.136.0"
 
 from starlette import status as status