Skip to content

Commit

Permalink
馃敄 Release version 0.95.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo committed May 16, 2023
1 parent 6d235d1 commit 8cc967a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docs/en/docs/release-notes.md
Expand Up @@ -2,6 +2,9 @@

## Latest Changes


## 0.95.2

* 猬嗭笍 Upgrade Starlette version to `>=0.27.0` for a security release. PR [#9541](https://github.com/tiangolo/fastapi/pull/9541) by [@tiangolo](https://github.com/tiangolo). Details on [Starlette's security advisory](https://github.com/encode/starlette/security/advisories/GHSA-v5gw-mw7f-84px).

### Translations
Expand Down
2 changes: 1 addition & 1 deletion fastapi/__init__.py
@@ -1,6 +1,6 @@
"""FastAPI framework, high performance, easy to learn, fast to code, ready for production"""

__version__ = "0.95.1"
__version__ = "0.95.2"

from starlette import status as status

Expand Down

0 comments on commit 8cc967a

Please sign in to comment.