Skip to content

Commit df3e287

Browse files
committed
bumped version
1 parent c0d34ea commit df3e287

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.14.12
5+
-------
6+
* Fixing a bug where re-running ``Table.create(if_not_exists=True)`` would
7+
fail if it contained columns with indexes.
8+
* Raising a ``ValueError`` if a relative path is provided to ``ForeignKey``
9+
``references``. For example, ``.tables.Manager``. The paths must be absolute
10+
for now.
11+
412
0.14.11
513
-------
614
Fixing a bug with ``Boolean`` column defaults, caused by the ``Table``

piccolo/__init__.py

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

0 commit comments

Comments
 (0)