## Latest changes
+## 0.30.1
+
* Add section in docs about [External Links and Articles](https://fastapi.tiangolo.com/external-links/). PR [#341](https://github.com/tiangolo/fastapi/pull/341).
* Remove `Pipfile.lock` from the repository as it is only used by FastAPI contributors (developers of FastAPI itself). See the PR for more details. PR [#340](https://github.com/tiangolo/fastapi/pull/340).
"""FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
-__version__ = "0.30.0"
+__version__ = "0.30.1"
from starlette.background import BackgroundTasks