]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.100.1 0.100.1
authorSebastián Ramírez <tiangolo@gmail.com>
Thu, 27 Jul 2023 19:16:01 +0000 (21:16 +0200)
committerSebastián Ramírez <tiangolo@gmail.com>
Thu, 27 Jul 2023 19:16:01 +0000 (21:16 +0200)
docs/en/docs/release-notes.md
fastapi/__init__.py

index 7211cc3fc3df4970a8d55a8b1e94ae3e63efcce6..b56941ec7843ba934493d0b94262d0070bc83c30 100644 (file)
@@ -2,6 +2,9 @@
 
 ## Latest Changes
 
+
+## 0.100.1
+
 ### Fixes
 
 * 🐛 Replace `MultHostUrl` to `AnyUrl` for compatibility with older versions of Pydantic v1. PR [#9852](https://github.com/tiangolo/fastapi/pull/9852) by [@Kludex](https://github.com/Kludex).
index e9c3abe012671bf1e3769ad8f70552e0d5153265..7dfeca0d48a19b4d5d4ebd909604f1c4b8d172e9 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.100.0"
+__version__ = "0.100.1"
 
 from starlette import status as status