]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.90.1 0.90.1
authorSebastián Ramírez <tiangolo@gmail.com>
Thu, 9 Feb 2023 19:41:40 +0000 (20:41 +0100)
committerSebastián Ramírez <tiangolo@gmail.com>
Thu, 9 Feb 2023 19:41:40 +0000 (20:41 +0100)
docs/en/docs/release-notes.md
fastapi/__init__.py

index 3552418b7a452b7c2d4f3868a27384aad6ed2b54..272f94dcd3d431067bfca1074507e622a9e3a6ce 100644 (file)
@@ -3,6 +3,8 @@
 ## Latest Changes
 
 
+## 0.90.1
+
 ### Upgrades
 
 * ⬆️ Upgrade Starlette range to allow 0.23.1. PR [#5980](https://github.com/tiangolo/fastapi/pull/5980) by [@tiangolo](https://github.com/tiangolo).
index 656bb879a63f09ef0a388368721ec33c01d9dbac..5482f8d6c53a2f3e688729844dcec6e2fe11ad80 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.90.0"
+__version__ = "0.90.1"
 
 from starlette import status as status