Skip to content

Commit b31d26d

Browse files
committed
bumped version
1 parent 3969a25 commit b31d26d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGES

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Changes
22
=======
33

4+
0.17.0
5+
------
6+
* Migrations now directly import ``Column`` classes - this allows users to
7+
create custom ``Column`` subclasses. Migrations previously only worked with
8+
the builtin column types.
9+
* Migrations now detect if the column type has changed, and will try and
10+
convert it automatically.
11+
412
0.16.5
513
------
614
The Postgres extensions that ``PostgresEngine`` tries to enable at startup

piccolo/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__VERSION__ = "0.16.5"
1+
__VERSION__ = "0.17.0"

0 commit comments

Comments
 (0)