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 57be596 commit 653fcd9Copy full SHA for 653fcd9
CHANGES
@@ -1,6 +1,11 @@
1
Changes
2
=======
3
4
+0.15.1
5
+------
6
+Changing the status code when creating a migration, and no changes were
7
+detected. It now returns a status code of 0, so it doesn't fail build scripts.
8
+
9
0.15.0
10
------
11
Added ``Bytea`` / ``Blob`` column type.
piccolo/__init__.py
@@ -1 +1 @@
-__VERSION__ = "0.15.0"
+__VERSION__ = "0.15.1"
0 commit comments