]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.88.0 0.88.0
authorSebastián Ramírez <tiangolo@gmail.com>
Sun, 27 Nov 2022 14:50:32 +0000 (15:50 +0100)
committerSebastián Ramírez <tiangolo@gmail.com>
Sun, 27 Nov 2022 14:50:32 +0000 (15:50 +0100)
docs/en/docs/release-notes.md
fastapi/__init__.py

index 2d32f278087965112988acaf0275da83034c4b84..e741b86ed7480fbfa62267abb373188cdb932a48 100644 (file)
@@ -2,6 +2,9 @@
 
 ## Latest Changes
 
+
+## 0.88.0
+
 ### Upgrades
 
 * â¬† Bump Starlette to version `0.22.0` to fix bad encoding for query parameters in new `TestClient`. PR [#5659](https://github.com/tiangolo/fastapi/pull/5659) by [@azogue](https://github.com/azogue).
index afdc94874c4f38e59302e74893d35fa8e1640836..037d9804b5cb4db2e9f0ed4f7c4f96c81dc130d8 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.87.0"
+__version__ = "0.88.0"
 
 from starlette import status as status