]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.115.0 0.115.0
authorSebastián Ramírez <tiangolo@gmail.com>
Tue, 17 Sep 2024 19:07:35 +0000 (21:07 +0200)
committerSebastián Ramírez <tiangolo@gmail.com>
Tue, 17 Sep 2024 19:07:35 +0000 (21:07 +0200)
docs/en/docs/release-notes.md
fastapi/__init__.py

index 722bc500844d2c9162ae6f518a9fd146440f2a18..ea7ac92157460b1732f72b6f68e72611486fd0f6 100644 (file)
@@ -7,6 +7,8 @@ hide:
 
 ## Latest Changes
 
+## 0.115.0
+
 ### Highlights
 
 Now you can declare `Query`, `Header`, and `Cookie` parameters with Pydantic models. ðŸŽ‰
index 3925d3603e1bf034c7ca09bff2aface94e3acbac..7dd74c28f01f5ed97528032e640babc633b56384 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.114.2"
+__version__ = "0.115.0"
 
 from starlette import status as status