]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.58.1 0.58.1
authorSebastián Ramírez <tiangolo@gmail.com>
Sun, 28 Jun 2020 21:48:30 +0000 (23:48 +0200)
committerSebastián Ramírez <tiangolo@gmail.com>
Sun, 28 Jun 2020 21:48:30 +0000 (23:48 +0200)
docs/en/docs/release-notes.md
fastapi/__init__.py

index 83eb9979e530e72675ed54509554a6ed00dd56ec..9cc74c04e2d302cfbb19ba725affa013df323a0c 100644 (file)
@@ -2,6 +2,8 @@
 
 ## Latest changes
 
+## 0.58.1
+
 * Add link in docs to Pydantic data types. PR [#1612](https://github.com/tiangolo/fastapi/pull/1612) by [@tayoogunbiyi](https://github.com/tayoogunbiyi).
 * Fix link in warning logs for `openapi_prefix`. PR [#1611](https://github.com/tiangolo/fastapi/pull/1611) by [@bavaria95](https://github.com/bavaria95).
 * Fix bad link in docs. PR [#1603](https://github.com/tiangolo/fastapi/pull/1603) by [@molto0504](https://github.com/molto0504).
index 993314c762090179e55e1c0119c08b2453511789..42ac279b4d3d5f81d6acdcb7ee1de734fd82c8de 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.58.0"
+__version__ = "0.58.1"
 
 from starlette import status