]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.60.0 0.60.0
authorSebastián Ramírez <tiangolo@gmail.com>
Mon, 20 Jul 2020 16:26:56 +0000 (18:26 +0200)
committerSebastián Ramírez <tiangolo@gmail.com>
Mon, 20 Jul 2020 16:26:56 +0000 (18:26 +0200)
docs/en/docs/release-notes.md
fastapi/__init__.py

index 682209c9cbdfa29e020ba2c67054a6c183675221..1f35bd3446ce46f3e2a2642375cafbbfc82ad760 100644 (file)
@@ -2,6 +2,8 @@
 
 ## Latest changes
 
+## 0.60.0
+
 * Add GitHub Action to watch for missing preview docs and trigger a preview deploy. PR [#1740](https://github.com/tiangolo/fastapi/pull/1740).
 * Add custom GitHub Action to get artifact with docs preview. PR [#1739](https://github.com/tiangolo/fastapi/pull/1739).
 * Add new GitHub Actions to preview docs from PRs. PR [#1738](https://github.com/tiangolo/fastapi/pull/1738).
index 0a0d53d5fb0e90dd6a0891a75b81982308802a0e..4a94bf163a154d65b157f4ef3a5f0f64e99be632 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.59.0"
+__version__ = "0.60.0"
 
 from starlette import status