## Latest changes
+## 0.31.1
+
* Fix typo in docs for features. PR [#380](https://github.com/tiangolo/fastapi/pull/380) by [@MartinoMensio](https://github.com/MartinoMensio).
* Fix source code `limit` for example in [Query Parameters](https://fastapi.tiangolo.com/tutorial/query-params/). PR [#366](https://github.com/tiangolo/fastapi/pull/366) by [@Smashman](https://github.com/Smashman).
"""FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
-__version__ = "0.31.0"
+__version__ = "0.31.1"
from starlette.background import BackgroundTasks