Skip to content

Commit 89f1adb

Browse files
committed
bumped version
1 parent 2f8e84c commit 89f1adb

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGES.rst

+8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Changes
22
=======
33

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+
412
1.17.0
513
------
614

piccolo/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__VERSION__ = "1.17.0"
1+
__VERSION__ = "1.17.1"

0 commit comments

Comments
 (0)