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 e625a86 commit 733b37dCopy full SHA for 733b37d
CHANGES
@@ -1,6 +1,10 @@
1
Changes
2
=======
3
4
+0.15.0
5
+------
6
+Added ``Bytea`` / ``Blob`` column type.
7
+
8
0.14.13
9
-------
10
Fixing a bug with migrations which drop column defaults.
piccolo/__init__.py
@@ -1 +1 @@
-__VERSION__ = "0.14.13"
+__VERSION__ = "0.15.0"
0 commit comments