Skip to content

Commit 240ef5d

Browse files
committed
bumped version
1 parent cbd30f7 commit 240ef5d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES

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

4+
0.41.1
5+
------
6+
Fix a regression where if multiple tables are created in a single migration
7+
file, it could potentially fail by applying them in the wrong order.
8+
49
0.41.0
510
------
611
Fixed a bug where if ``all_columns`` was used two or more levels deep, it would

piccolo/__init__.py

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

0 commit comments

Comments
 (0)