]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.104.1 0.104.1
authorSebastián Ramírez <tiangolo@gmail.com>
Mon, 30 Oct 2023 10:04:54 +0000 (14:04 +0400)
committerSebastián Ramírez <tiangolo@gmail.com>
Mon, 30 Oct 2023 10:04:54 +0000 (14:04 +0400)
docs/en/docs/release-notes.md
fastapi/__init__.py

index a52973f6fd7df2717fd896c53dcefb09c92e9bed..3f05787fd9b71abd3bdb6bedc469ab5a524bfb9e 100644 (file)
@@ -7,6 +7,9 @@ hide:
 
 ## Latest Changes
 
+
+## 0.104.1
+
 ### Fixes
 
 * ðŸ“Œ Pin Swagger UI version to 5.9.0 temporarily to handle a bug crashing it in 5.9.1. PR [#10529](https://github.com/tiangolo/fastapi/pull/10529) by [@alejandraklachquin](https://github.com/alejandraklachquin).
index 4fdb155c2ad44202c23b8d3785bf712a407a129c..c81f09b27eea8974dab8061452318d20bd498975 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.104.0"
+__version__ = "0.104.1"
 
 from starlette import status as status