We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f8b9eb commit fbcadb0Copy full SHA for fbcadb0
CHANGES
@@ -1,6 +1,11 @@
1
Changes
2
=======
3
4
+0.21.2
5
+------
6
+Fixing a bug with serialising ``Enum`` instances in migrations. For example:
7
+``Varchar(default=Colour.red)``.
8
+
9
0.21.1
10
------
11
Fix missing imports in FastAPI and Starlette app templates.
piccolo/__init__.py
@@ -1 +1 @@
-__VERSION__ = "0.21.1"
+__VERSION__ = "0.21.2"
0 commit comments