]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.109.0 0.109.0
authorSebastián Ramírez <tiangolo@gmail.com>
Thu, 11 Jan 2024 15:32:00 +0000 (16:32 +0100)
committerSebastián Ramírez <tiangolo@gmail.com>
Thu, 11 Jan 2024 15:32:00 +0000 (16:32 +0100)
docs/en/docs/release-notes.md
fastapi/__init__.py

index 3395215af38dbe08a6f619058aadb3bd1c263e45..d75d9e3bd90f25e3d78d3ac85d962ba8a82c0f8f 100644 (file)
@@ -7,6 +7,8 @@ hide:
 
 ## Latest Changes
 
+## 0.109.0
+
 ### Features
 
 * âœ¨ Add support for Python 3.12. PR [#10666](https://github.com/tiangolo/fastapi/pull/10666) by [@Jamim](https://github.com/Jamim).
index 02ac83b5e4aee6a0687b4a62f780d307ceb61b10..f457fafd4aa6448a70a4c3dad49e4518620fad70 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.108.0"
+__version__ = "0.109.0"
 
 from starlette import status as status