]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.97.0 3459/head 0.97.0
authorSebastián Ramírez <tiangolo@gmail.com>
Sun, 11 Jun 2023 22:50:06 +0000 (00:50 +0200)
committerSebastián Ramírez <tiangolo@gmail.com>
Sun, 11 Jun 2023 22:50:06 +0000 (00:50 +0200)
docs/en/docs/release-notes.md
fastapi/__init__.py

index 63d7d3e5eb1fe580dc3598217161334b4c909412..917090784e99d15dbff6b44130ca0e17c58b7592 100644 (file)
@@ -3,6 +3,8 @@
 ## Latest Changes
 
 
+## 0.97.0
+
 ### Features
 
 * âœ¨ Add support for `dependencies` in WebSocket routes. PR [#4534](https://github.com/tiangolo/fastapi/pull/4534) by [@paulo-raca](https://github.com/paulo-raca).
index 2bc795b4b27c0293b72cf73523b0768b5061a113..46a056363601b5c29ed5591ad4e14d08eb109332 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.96.1"
+__version__ = "0.97.0"
 
 from starlette import status as status