]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release 0.66.1 0.66.1
authorSebastián Ramírez <tiangolo@gmail.com>
Mon, 19 Jul 2021 19:26:52 +0000 (21:26 +0200)
committerSebastián Ramírez <tiangolo@gmail.com>
Mon, 19 Jul 2021 19:26:52 +0000 (21:26 +0200)
docs/en/docs/release-notes.md
fastapi/__init__.py

index f1202cd145ce10f928f64be21f27241925f72c21..3a814e182c8d329e6137afef0153010b6e756e02 100644 (file)
@@ -2,6 +2,8 @@
 
 ## Latest Changes
 
+## 0.66.1
+
 ### Translations
 
 * 🌐 Add basic setup for German translations. PR [#3522](https://github.com/tiangolo/fastapi/pull/3522) by [@0x4Dark](https://github.com/0x4Dark).
index 9ac36997fc63a3e60449a0df9d424b48528c9aae..7ae93ef8c5d711162d0803158c9aa5cb28be9787 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.66.0"
+__version__ = "0.66.1"
 
 from starlette import status as status