Browse Source

🔖 Release version 0.75.0

pull/4671/head
Sebastián Ramírez 3 years ago
parent
commit
19769d0483
  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.75.0
* ✨ Add support for custom `generate_unique_id_function` and docs for generating clients. New docs: [Advanced - Generate Clients](https://fastapi.tiangolo.com/advanced/generate-clients/). PR [#4650](https://github.com/tiangolo/fastapi/pull/4650) by [@tiangolo](https://github.com/tiangolo).
## 0.74.1

2
fastapi/__init__.py

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

Loading…
Cancel
Save