Skip to content

Commit d60dd1b

Browse files
committed
🔖 Release version 0.59.0
1 parent 2822f7c commit d60dd1b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/en/docs/release-notes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Latest changes
44

5+
## 0.59.0
6+
57
* Fix typo in docstring for OAuth2 utils. PR [#1621](https://github.com/tiangolo/fastapi/pull/1621) by [@tomarv2](https://github.com/tomarv2).
68
* 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).
79
* Fix/re-enable search bar in docs. PR [#1703](https://github.com/tiangolo/fastapi/pull/1703).

fastapi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
22

3-
__version__ = "0.58.1"
3+
__version__ = "0.59.0"
44

55
from starlette import status
66

0 commit comments

Comments
 (0)