]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.65.2 0.65.2
authorSebastián Ramírez <tiangolo@gmail.com>
Wed, 9 Jun 2021 08:17:27 +0000 (10:17 +0200)
committerSebastián Ramírez <tiangolo@gmail.com>
Wed, 9 Jun 2021 08:17:27 +0000 (10:17 +0200)
docs/en/docs/release-notes.md
fastapi/__init__.py

index 5e77d87db1eb03fa1cc78f2ec54d6ae4a2c0b59d..bd7e2b2705c55bb7c6f94fd942276fe2ec539444 100644 (file)
@@ -3,6 +3,8 @@
 ## Latest Changes
 
 
+## 0.65.2
+
 ### Security fixes
 
 * ðŸ”’ Check Content-Type request header before assuming JSON. Initial PR [#2118](https://github.com/tiangolo/fastapi/pull/2118) by [@patrickkwang](https://github.com/patrickkwang).
index 80f61d9f44177fe657985011554461144c68b278..d04f2ea9605ddd2bf624667b7e806ba3eb40e2c7 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.65.1"
+__version__ = "0.65.2"
 
 from starlette import status as status