]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.95.0 0.95.0
authorSebastián Ramírez <tiangolo@gmail.com>
Sat, 18 Mar 2023 19:37:42 +0000 (20:37 +0100)
committerSebastián Ramírez <tiangolo@gmail.com>
Sat, 18 Mar 2023 19:37:42 +0000 (20:37 +0100)
docs/en/docs/release-notes.md
fastapi/__init__.py

index e5fccd0e4afb85e3fac5de2a930cdc91c969f596..7a9a09eed970053455a98028dd2cfd69a741aa68 100644 (file)
@@ -3,6 +3,8 @@
 ## Latest Changes
 
 
+## 0.95.0
+
 ### Highlights
 
 This release adds support for dependencies and parameters using `Annotated` and recommends its usage. âœ¨
index 05da7b759c3d8942fc9b0b8daa7fbcb2b83d9535..f06bb645445f02488fc9340b0ca43f4bc2fac8cf 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.94.1"
+__version__ = "0.95.0"
 
 from starlette import status as status