]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:bookmark: Release 0.43.0 0.43.0
authorSebastián Ramírez <tiangolo@gmail.com>
Sun, 24 Nov 2019 17:56:11 +0000 (18:56 +0100)
committerSebastián Ramírez <tiangolo@gmail.com>
Sun, 24 Nov 2019 17:56:11 +0000 (18:56 +0100)
docs/release-notes.md
fastapi/__init__.py

index 0c93fdf9bfe1f7c21984b3964f566b09c14945b9..421317512a6103142ef33d2edaf114a9fd23f7d0 100644 (file)
@@ -1,5 +1,7 @@
 ## Latest changes
 
+## 0.43.0
+
 * Update docs to reduce gender bias. PR [#645](https://github.com/tiangolo/fastapi/pull/645) by [@ticosax](https://github.com/ticosax).
 * Add docs about [overriding the `operationId` for all the *path operations*](https://fastapi.tiangolo.com/tutorial/path-operation-advanced-configuration/#using-the-path-operation-function-name-as-the-operationid) based on their function name. PR [#642](https://github.com/tiangolo/fastapi/pull/642) by [@SKalt](https://github.com/SKalt).
 * Fix validators in models generating an incorrect key order. PR [#637](https://github.com/tiangolo/fastapi/pull/637) by [@jaddison](https://github.com/jaddison).
index 61d981fea93529278e3f7dcd062b1cbd7bb6baa2..21bba998781885539b90a33084ad736c00630aad 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.42.0"
+__version__ = "0.43.0"
 
 from starlette.background import BackgroundTasks