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

index 5831b96e0b76003c34f27c2098df8df6b058fe89..36d537a0a74d82277aff918e4c3c1ffcb0b6b069 100644 (file)
@@ -2,6 +2,8 @@
 
 ## Latest changes
 
+## 0.60.2
+
 * Fix typo in docs for query parameters. PR [#1832](https://github.com/tiangolo/fastapi/pull/1832) by [@ycd](https://github.com/ycd).
 * Add docs about [Async Tests](https://fastapi.tiangolo.com/advanced/async-tests/). PR [#1619](https://github.com/tiangolo/fastapi/pull/1619) by [@empicano](https://github.com/empicano).
 * Raise an exception when using form data (`Form`, `File`) without having `python-multipart` installed.
index 3356c314b87a0541b740f23037e36315d90e6eaf..5edd8a5477dc14ff7ff315125218d2a71463b2c4 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.60.1"
+__version__ = "0.60.2"
 
 from starlette import status