We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f8e84c commit 89f1adbCopy full SHA for 89f1adb
CHANGES.rst
@@ -1,6 +1,14 @@
1
Changes
2
=======
3
4
+1.17.1
5
+------
6
+
7
+Fixed a bug with migrations, where altering a column type from ``Integer`` to
8
+``Float`` could fail. Thanks to @kurtportelli for reporting this issue.
9
10
+-------------------------------------------------------------------------------
11
12
1.17.0
13
------
14
piccolo/__init__.py
@@ -1 +1 @@
-__VERSION__ = "1.17.0"
+__VERSION__ = "1.17.1"
0 commit comments