]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.95.1 0.95.1
authorSebastián Ramírez <tiangolo@gmail.com>
Thu, 13 Apr 2023 19:04:52 +0000 (12:04 -0700)
committerSebastián Ramírez <tiangolo@gmail.com>
Thu, 13 Apr 2023 19:04:52 +0000 (12:04 -0700)
docs/en/docs/release-notes.md
fastapi/__init__.py

index 2b95b167b511b5c66f280dbbefa867953450e188..dbe3190d88bd2616efb15fb5babca4ba24de6697 100644 (file)
@@ -2,6 +2,9 @@
 
 ## Latest Changes
 
+
+## 0.95.1
+
 ### Fixes
 
 * 🐛 Fix using `Annotated` in routers or path operations decorated multiple times. PR [#9315](https://github.com/tiangolo/fastapi/pull/9315) by [@sharonyogev](https://github.com/sharonyogev).
index f06bb645445f02488fc9340b0ca43f4bc2fac8cf..e1c2be9903f485857c0b1222fd5f2f421887152a 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.95.0"
+__version__ = "0.95.1"
 
 from starlette import status as status