Browse Source

🔖 Release version 0.135.0

pull/15031/head 0.135.0
Sebastián Ramírez 4 months ago
parent
commit
12ea7be0be
  1. 3
      docs/en/docs/release-notes.md
  2. 2
      fastapi/__init__.py

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

@ -7,9 +7,12 @@ hide:
## Latest Changes
## 0.135.0
### Features
* ✨ Add support for Server Sent Events. PR [#15030](https://github.com/fastapi/fastapi/pull/15030) by [@tiangolo](https://github.com/tiangolo).
* New docs: [Server-Sent Events (SSE)](https://fastapi.tiangolo.com/tutorial/server-sent-events/).
## 0.134.0

2
fastapi/__init__.py

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

Loading…
Cancel
Save