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 d51500f commit acd8ebbCopy full SHA for acd8ebb
CHANGES
@@ -1,6 +1,11 @@
1
Changes
2
=======
3
4
+0.14.9
5
+------
6
+Modified the exit codes for the ``forwards`` and ``backwards`` commands when no
7
+migrations are left to run / reverse. Otherwise build scripts may fail.
8
+
9
0.14.8
10
------
11
* Improved the method signature of the ``output`` query clause (explicitly
piccolo/__init__.py
@@ -1 +1 @@
-__VERSION__ = "0.14.8"
+__VERSION__ = "0.14.9"
0 commit comments