]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.96.1 0.96.1
authorSebastián Ramírez <tiangolo@gmail.com>
Sat, 10 Jun 2023 21:51:40 +0000 (23:51 +0200)
committerSebastián Ramírez <tiangolo@gmail.com>
Sat, 10 Jun 2023 21:51:40 +0000 (23:51 +0200)
docs/en/docs/release-notes.md
fastapi/__init__.py

index eb0a08fdfa361f6fd9d9fcf50ea6c31fc619b9aa..0bf888183f54a1facc61c29b453091faae9ab68e 100644 (file)
@@ -2,6 +2,9 @@
 
 ## Latest Changes
 
+
+## 0.96.1
+
 ### Fixes
 
 * 🐛 Fix `HTTPException` header type annotations. PR [#9648](https://github.com/tiangolo/fastapi/pull/9648) by [@tiangolo](https://github.com/tiangolo).
index d564d5fa34cf862356ac19e02b64fcd496afde51..2bc795b4b27c0293b72cf73523b0768b5061a113 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.96.0"
+__version__ = "0.96.1"
 
 from starlette import status as status