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

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