]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:bookmark: Release version 0.46.0 0.46.0
authorSebastián Ramírez <tiangolo@gmail.com>
Wed, 8 Jan 2020 22:28:03 +0000 (23:28 +0100)
committerSebastián Ramírez <tiangolo@gmail.com>
Wed, 8 Jan 2020 22:28:03 +0000 (23:28 +0100)
docs/release-notes.md
fastapi/__init__.py

index a2d120d69edd80d2c7aeb99fa7c6b30549a007c2..e293a7c5eeef42f88d46a8a89e97f9e972199007 100644 (file)
@@ -1,5 +1,7 @@
 ## Latest changes
 
+## 0.46.0
+
 * Fix typos and tweak configs. PR [#837](https://github.com/tiangolo/fastapi/pull/837).
 * Add link to Chinese article in [External Links](https://fastapi.tiangolo.com/external-links/). PR [810](https://github.com/tiangolo/fastapi/pull/810) by [@wxq0309](https://github.com/wxq0309).
 * Implement `OAuth2AuthorizationCodeBearer` class. PR [#797](https://github.com/tiangolo/fastapi/pull/797) by [@kuwv](https://github.com/kuwv).
index 1b4e4c5f3357ee06fd76263f0084d4e39b69253e..acf796a89fa0259c1dee3144423a91d1cc364eb6 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.45.0"
+__version__ = "0.46.0"
 
 from starlette.background import BackgroundTasks