## Next release
+## 0.14.0
+
* Improve automatically generated names of path operations in OpenAPI (in API docs). A function `read_items` instead of having a generated name "Read Items Get" will have "Read Items". PR <a href="https://github.com/tiangolo/fastapi/pull/155" target="_blank">#155</a>.
* Add docs for: <a href="https://fastapi.tiangolo.com/tutorial/testing/" target="_blank">Testing **FastAPI**</a>. PR <a href="https://github.com/tiangolo/fastapi/pull/151" target="_blank">#151</a>.
"""FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
-__version__ = "0.13.0"
+__version__ = "0.14.0"
from starlette.background import BackgroundTasks