Browse Source

🔖 Release version 0.112.2

pull/5799/head 0.112.2
Sebastián Ramírez 7 months ago
parent
commit
d00af00d3f
  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.2
### Fixes
* 🐛 Fix `allow_inf_nan` option for Param and Body classes. PR [#11867](https://github.com/fastapi/fastapi/pull/11867) by [@giunio-prc](https://github.com/giunio-prc).

2
fastapi/__init__.py

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

Loading…
Cancel
Save