Browse Source

🔖 Release version 0.111.0

pull/9997/merge
Sebastián Ramírez 11 months ago
parent
commit
67da3bb52e
  1. 6
      docs/en/docs/release-notes.md
  2. 2
      fastapi/__init__.py

6
docs/en/docs/release-notes.md

@ -5,10 +5,10 @@ hide:
# Release Notes
## 0.110.3
## Latest Changes
## 0.111.0
### Features
* ✨ Add FastAPI CLI, the new `fastapi` command. PR [#11522](https://github.com/tiangolo/fastapi/pull/11522) by [@tiangolo](https://github.com/tiangolo).
@ -17,6 +17,8 @@ hide:
* 🔧 Add configs and setup for `fastapi-slim` including optional extras `fastapi-slim[standard]`, and `fastapi` including by default the same `standard` extras. PR [#11503](https://github.com/tiangolo/fastapi/pull/11503) by [@tiangolo](https://github.com/tiangolo).
## 0.110.3
### Docs
* 📝 Update references to Python version, FastAPI supports all the current versions, no need to make the version explicit. PR [#11496](https://github.com/tiangolo/fastapi/pull/11496) by [@tiangolo](https://github.com/tiangolo).

2
fastapi/__init__.py

@ -1,6 +1,6 @@
"""FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
__version__ = "0.111.0.dev1"
__version__ = "0.111.0"
from starlette import status as status

Loading…
Cancel
Save