]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.82.0 0.82.0
authorSebastián Ramírez <tiangolo@gmail.com>
Sun, 4 Sep 2022 19:26:31 +0000 (21:26 +0200)
committerSebastián Ramírez <tiangolo@gmail.com>
Sun, 4 Sep 2022 19:26:31 +0000 (21:26 +0200)
docs/en/docs/release-notes.md
fastapi/__init__.py

index 4b241cdd6dbcf5e95391d6bbc2d93909e95e8959..303e6b8e11403f3d2d2142aece632564ea0fe44e 100644 (file)
@@ -2,6 +2,9 @@
 
 ## Latest Changes
 
+
+## 0.82.0
+
 ðŸš¨ This is probably the last release (or one of the last releases) to support Python 3.6. ðŸ”¥
 
 Python 3.6 reached the [end-of-life and is no longer supported by Python](https://www.python.org/downloads/release/python-3615/) since around a year ago.
index 3688ec89f021e311f3644da3c82315fb3f4728af..c50543bf990b410f98424b9b075dc01f3f4d4eb7 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.81.0"
+__version__ = "0.82.0"
 
 from starlette import status as status