]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.84.0 0.84.0
authorSebastián Ramírez <tiangolo@gmail.com>
Wed, 14 Sep 2022 18:41:29 +0000 (20:41 +0200)
committerSebastián Ramírez <tiangolo@gmail.com>
Wed, 14 Sep 2022 18:41:29 +0000 (20:41 +0200)
docs/en/docs/release-notes.md
fastapi/__init__.py

index 29044cd5fd52016fd9a356b8bb17074407f9ee1f..6ff58e52dcd39beb597444b1a739f801826ddde8 100644 (file)
@@ -2,6 +2,12 @@
 
 ## Latest Changes
 
+## 0.84.0
+
+### Breaking Changes
+
+This version of FastAPI drops support for Python 3.6. ðŸ”¥ Please upgrade to a supported version of Python (3.7 or above), Python 3.6 reached the end-of-life a long time ago. ðŸ˜…☠
+
 * ðŸ”§ Update package metadata, drop support for Python 3.6, move build internals from Flit to Hatch. PR [#5240](https://github.com/tiangolo/fastapi/pull/5240) by [@ofek](https://github.com/ofek).
 
 ## 0.83.0
index a9b44fc4a89f7b3b507dc85a12aa0e770ebb1366..d6d159794b4cb2bc895d583317ffab8a9f1e1d59 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.83.0"
+__version__ = "0.84.0"
 
 from starlette import status as status