]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.60.1 0.60.1
authorSebastián Ramírez <tiangolo@gmail.com>
Wed, 22 Jul 2020 06:44:44 +0000 (08:44 +0200)
committerSebastián Ramírez <tiangolo@gmail.com>
Wed, 22 Jul 2020 06:44:44 +0000 (08:44 +0200)
docs/en/docs/release-notes.md
fastapi/__init__.py

index c2c135056887aa88ca7de6ec4d6a7498d540ed45..47940f11492ea2e09b62e7a698d88642d262b30c 100644 (file)
@@ -2,6 +2,8 @@
 
 ## Latest changes
 
+## 0.60.1
+
 * Add debugging logs for GitHub actions to introspect GitHub hidden context. PR [#1764](https://github.com/tiangolo/fastapi/pull/1764).
 * Use OS preference theme for online docs. PR [#1760](https://github.com/tiangolo/fastapi/pull/1760) by [@https://github.com/adriencaccia](https://github.com/adriencaccia).
 * Upgrade Starlette to version `0.13.6` to handle a vulnerability when using static files in Windows. PR [#1759](https://github.com/tiangolo/fastapi/pull/1759) by [@jamesag26](https://github.com/jamesag26).
index 4a94bf163a154d65b157f4ef3a5f0f64e99be632..3356c314b87a0541b740f23037e36315d90e6eaf 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.60.0"
+__version__ = "0.60.1"
 
 from starlette import status