]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:bookmark: Release 0.30.1 0.30.1
authorSebastián Ramírez <tiangolo@gmail.com>
Fri, 28 Jun 2019 07:39:29 +0000 (09:39 +0200)
committerSebastián Ramírez <tiangolo@gmail.com>
Fri, 28 Jun 2019 07:39:29 +0000 (09:39 +0200)
docs/release-notes.md
fastapi/__init__.py

index 46aad868f5e4ed27275a0cb55275e3fc3415427b..2d712b59245ec73c73becf42a49f1b0b12098b2e 100644 (file)
@@ -1,5 +1,7 @@
 ## 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).
index ae7016f7203d602240861ce803aff1f50f9258f4..0d2b224c7e391bc550aa83e6d38fe009da68e1f0 100644 (file)
@@ -1,6 +1,6 @@
 """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