]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:bookmark: Release version 0.47.0 0.47.0
authorSebastián Ramírez <tiangolo@gmail.com>
Sat, 18 Jan 2020 16:14:59 +0000 (17:14 +0100)
committerSebastián Ramírez <tiangolo@gmail.com>
Sat, 18 Jan 2020 16:14:59 +0000 (17:14 +0100)
docs/release-notes.md
fastapi/__init__.py

index 81e55d3969ddf61383e950a21c4e06f1a952e504..c79fa8813ba694e15495f5be8048ae7b2537deaf 100644 (file)
@@ -1,5 +1,7 @@
 ## Latest changes
 
+## 0.47.0
+
 * Refactor documentation to make a simpler and shorter [Tutorial - User Guide](https://fastapi.tiangolo.com/tutorial/) and an additional [Advanced User Guide](https://fastapi.tiangolo.com/advanced/) with all the additional docs. PR [#887](https://github.com/tiangolo/fastapi/pull/887).
 * Tweak external links, Markdown format, typos. PR [#881](https://github.com/tiangolo/fastapi/pull/881).
 * Fix bug in tutorial handling HTTP Basic Auth `username` and `password`. PR [#865](https://github.com/tiangolo/fastapi/pull/865) by [@isaevpd](https://github.com/isaevpd).
index acf796a89fa0259c1dee3144423a91d1cc364eb6..dfc99d104f162fa41872191ea1ff36c2808648c8 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.46.0"
+__version__ = "0.47.0"
 
 from starlette.background import BackgroundTasks