]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.99.1 0.99.1
authorSebastián Ramírez <tiangolo@gmail.com>
Sun, 2 Jul 2023 16:00:39 +0000 (18:00 +0200)
committerSebastián Ramírez <tiangolo@gmail.com>
Sun, 2 Jul 2023 16:00:39 +0000 (18:00 +0200)
fastapi/__init__.py

index 9c4316e69354b69df11f919de376124b262a7ab3..2d1bac2e13c710d17b12077e41864ecca2860865 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.99.0"
+__version__ = "0.99.1"
 
 from starlette import status as status