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 af5158c commit 0488cffCopy full SHA for 0488cff
CHANGES
@@ -1,6 +1,10 @@
1
Changes
2
=======
3
4
+0.18.3
5
+------
6
+Improved ``Array`` column serialisation - needed to fix auto migrations.
7
+
8
0.18.2
9
------
10
Added support for filtering ``Array`` columns.
piccolo/__init__.py
@@ -1 +1 @@
-__VERSION__ = "0.18.2"
+__VERSION__ = "0.18.3"
0 commit comments