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

index 24b779d276671f8b60179876224ec008b445202d..6b9132feffd8b193ac49c11e2f2bff53324023f6 100644 (file)
@@ -2,6 +2,8 @@
 
 ## Latest changes
 
+## 0.59.0
+
 * Fix typo in docstring for OAuth2 utils. PR [#1621](https://github.com/tiangolo/fastapi/pull/1621) by [@tomarv2](https://github.com/tomarv2).
 * Update JWT docs to use Python-jose instead of PyJWT. Initial PR [#1610](https://github.com/tiangolo/fastapi/pull/1610) by [@asheux](https://github.com/asheux).
 * Fix/re-enable search bar in docs. PR [#1703](https://github.com/tiangolo/fastapi/pull/1703).
index 42ac279b4d3d5f81d6acdcb7ee1de734fd82c8de..0a0d53d5fb0e90dd6a0891a75b81982308802a0e 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.58.1"
+__version__ = "0.59.0"
 
 from starlette import status