mirror of https://github.com/tiangolo/fastapi.git
🔖 Release version 0.90.1
This commit is contained in:
parent
e85c109bcd
commit
6e94ec2bf0
|
|
@ -3,6 +3,8 @@
|
|||
## Latest Changes
|
||||
|
||||
|
||||
## 0.90.1
|
||||
|
||||
### Upgrades
|
||||
|
||||
* ⬆️ Upgrade Starlette range to allow 0.23.1. PR [#5980](https://github.com/tiangolo/fastapi/pull/5980) by [@tiangolo](https://github.com/tiangolo).
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
"""FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
|
||||
|
||||
__version__ = "0.90.0"
|
||||
__version__ = "0.90.1"
|
||||
|
||||
from starlette import status as status
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue