Browse Source

🔖 Release version 0.112.1

pull/12026/head 0.112.1
Sebastián Ramírez 8 months ago
parent
commit
4f937c0c4a
  1. 2
      docs/en/docs/release-notes.md
  2. 2
      fastapi/__init__.py

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

@ -7,6 +7,8 @@ hide:
## Latest Changes
## 0.112.1
### Upgrades
* ⬆️ Allow Starlette 0.38.x, update the pin to `>=0.37.2,<0.39.0`. PR [#11876](https://github.com/fastapi/fastapi/pull/11876) by [@musicinmybrain](https://github.com/musicinmybrain).

2
fastapi/__init__.py

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

Loading…
Cancel
Save