]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.55.1 0.55.1
authorSebastián Ramírez <tiangolo@gmail.com>
Sat, 23 May 2020 16:59:02 +0000 (18:59 +0200)
committerSebastián Ramírez <tiangolo@gmail.com>
Sat, 23 May 2020 16:59:14 +0000 (18:59 +0200)
docs/en/docs/release-notes.md
fastapi/__init__.py

index 40ddf949080ac092596d285fdb2767e21ea1d523..618eaafd1d3f4aa89e61a8dd5094bdb6a1fcce7e 100644 (file)
@@ -2,6 +2,8 @@
 
 ## Latest changes
 
+## 0.55.1
+
 * Fix handling of enums with their own schema in path parameters. To support [samuelcolvin/pydantic#1432](https://github.com/samuelcolvin/pydantic/pull/1432) in FastAPI. PR [#1463](https://github.com/tiangolo/fastapi/pull/1463).
 
 ## 0.55.0
index 3566b321d1a7b1b141ed6a0df7013cff2d2e35b8..eb083ec0e486e10e11ebffd45d7d66669e0383c7 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.55.0"
+__version__ = "0.55.1"
 
 from starlette import status