]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.101.1 0.101.1
authorSebastián Ramírez <tiangolo@gmail.com>
Mon, 14 Aug 2023 10:03:14 +0000 (12:03 +0200)
committerSebastián Ramírez <tiangolo@gmail.com>
Mon, 14 Aug 2023 10:03:14 +0000 (12:03 +0200)
fastapi/__init__.py

index c113ac1fd0874bf0d2e00117017795e41670dd12..d8abf2103efc4519e2de4e7af7b0b0871c593619 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.101.0"
+__version__ = "0.101.1"
 
 from starlette import status as status