]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.77.1 0.77.1
authorSebastián Ramírez <tiangolo@gmail.com>
Tue, 10 May 2022 04:19:32 +0000 (23:19 -0500)
committerSebastián Ramírez <tiangolo@gmail.com>
Tue, 10 May 2022 04:19:32 +0000 (23:19 -0500)
docs/en/docs/release-notes.md
fastapi/__init__.py

index a64211c954947d88643310ff975a1cdc9a2484f4..4d8bacf4c7aa0180af0a6af45bb93698006bf898 100644 (file)
@@ -2,6 +2,9 @@
 
 ## Latest Changes
 
+
+## 0.77.1
+
 ### Upgrades
 
 * â¬† Upgrade Starlette from 0.19.0 to 0.19.1. PR [#4819](https://github.com/tiangolo/fastapi/pull/4819) by [@Kludex](https://github.com/Kludex).
index c4c04525bf2bb823fa5414c669e8da88998ffddc..1a4d00162086087dc2a48f82f547b00cbcc4da05 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.77.0"
+__version__ = "0.77.1"
 
 from starlette import status as status