]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.93.0 0.93.0
authorSebastián Ramírez <tiangolo@gmail.com>
Tue, 7 Mar 2023 16:06:47 +0000 (17:06 +0100)
committerSebastián Ramírez <tiangolo@gmail.com>
Tue, 7 Mar 2023 16:06:47 +0000 (17:06 +0100)
docs/en/docs/release-notes.md
fastapi/__init__.py

index 6f3da51adb3ffaacc08dde709b825c5d3383ec57..b1c5318d53b1a320967f4b45dcbc0df73384eac9 100644 (file)
@@ -2,6 +2,9 @@
 
 ## Latest Changes
 
+
+## 0.93.0
+
 ### Features
 
 * âœ¨ Add support for `lifespan` async context managers (superseding `startup` and `shutdown` events). Initial PR [#2944](https://github.com/tiangolo/fastapi/pull/2944) by [@uSpike](https://github.com/uSpike).
index 33875c7fa73a08142179e2d290fc476ce41b8010..afa5405c59bd02c0cc8fade739e88f7e52b40358 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.92.0"
+__version__ = "0.93.0"
 
 from starlette import status as status