Browse Source

🔖 Release version 0.95.0

pull/9273/head 0.95.0
Sebastián Ramírez 2 years ago
parent
commit
d666ccb622
  1. 2
      docs/en/docs/release-notes.md
  2. 2
      fastapi/__init__.py

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

@ -3,6 +3,8 @@
## Latest Changes
## 0.95.0
### Highlights
This release adds support for dependencies and parameters using `Annotated` and recommends its usage. ✨

2
fastapi/__init__.py

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

Loading…
Cancel
Save