]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:bookmark: Release 0.33.0, including Pydantic 0.30.0 0.33.0
authorSebastián Ramírez <tiangolo@gmail.com>
Sat, 13 Jul 2019 00:01:27 +0000 (19:01 -0500)
committerSebastián Ramírez <tiangolo@gmail.com>
Sat, 13 Jul 2019 00:01:27 +0000 (19:01 -0500)
docs/release-notes.md
fastapi/__init__.py

index 74ac800528768ba105ba7d83229e5cd7c8a3d6e5..54a24c5eb0b05f9affa33fa6eabe6c9b2fcc9739 100644 (file)
@@ -1,5 +1,7 @@
 ## Latest changes
 
+## 0.33.0
+
 * Upgrade Pydantic version to `0.30.0`. PR [#384](https://github.com/tiangolo/fastapi/pull/384) by [@jekirl](https://github.com/jekirl).
 
 ## 0.32.0
index 963ca8fd48b21ccb5a5effe254e7ab46a8f40c1b..3649d81e3a7434d37a9a20d73882fb58c68c6a10 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.32.0"
+__version__ = "0.33.0"
 
 from starlette.background import BackgroundTasks