]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release 0.54.2 0.54.2
authorSebastián Ramírez <tiangolo@gmail.com>
Sat, 16 May 2020 19:00:28 +0000 (21:00 +0200)
committerSebastián Ramírez <tiangolo@gmail.com>
Sat, 16 May 2020 19:00:28 +0000 (21:00 +0200)
docs/en/docs/release-notes.md
fastapi/__init__.py

index b9f0482aa7fb704ffe5144cd7a2d55f91fe21a55..9d060f7ebc9aafc6eda2cb59efb86b5229b1b730 100644 (file)
@@ -2,6 +2,8 @@
 
 ## Latest changes
 
+## 0.54.2
+
 * Add translation to Spanish for [Concurrency and async / await - Concurrencia y async / await](https://fastapi.tiangolo.com/es/async/). PR [#1290](https://github.com/tiangolo/fastapi/pull/1290) by [@alvaropernas](https://github.com/alvaropernas).
 * Remove obsolete vote link. PR [#1289](https://github.com/tiangolo/fastapi/pull/1289) by [@donhui](https://github.com/donhui).
 * Allow disabling docs UIs by just disabling OpenAPI with `openapi_url=None`. New example in docs: [Advanced: Conditional OpenAPI](https://fastapi.tiangolo.com/advanced/conditional-openapi/). PR [#1421](https://github.com/tiangolo/fastapi/pull/1421).
index 2c2612f2d141747ea75b876539d561505d5577cd..cda5248efef709e6b1522a488696d6559be5469a 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.54.1"
+__version__ = "0.54.2"
 
 from starlette import status