]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.56.1 0.56.1
authorSebastián Ramírez <tiangolo@gmail.com>
Fri, 12 Jun 2020 23:17:06 +0000 (01:17 +0200)
committerSebastián Ramírez <tiangolo@gmail.com>
Fri, 12 Jun 2020 23:17:06 +0000 (01:17 +0200)
docs/en/docs/release-notes.md
fastapi/__init__.py

index 8d6ea33508f5d32433caa3fd965834b949445883..ff1e5606d5e7ae2f4416c6444f366ac7d5a21c2d 100644 (file)
@@ -2,6 +2,8 @@
 
 ## Latest changes
 
+## 0.56.1
+
 * Add link to advanced docs from tutorial. PR [#1512](https://github.com/tiangolo/fastapi/pull/1512) by [@kx-chen](https://github.com/kx-chen).
 * Remove internal unnecessary f-strings. PR [#1526](https://github.com/tiangolo/fastapi/pull/1526) by [@kotamatsuoka](https://github.com/kotamatsuoka).
 * Add translation to Chinese for [Query Parameters and String Validations - 查询参数和字符串校验](https://fastapi.tiangolo.com/zh/tutorial/query-params-str-validations/). PR [#1500](https://github.com/tiangolo/fastapi/pull/1500) by [@waynerv](https://github.com/waynerv).
index a0244bfaf529120621bf50b1a2894d882b533d75..8e56f22b44eee1cf754fe9e3d2b5da73730e008a 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.56.0"
+__version__ = "0.56.1"
 
 from starlette import status