Skip to content

Commit 61f2738

Browse files
committed
bumped version
1 parent 4fed594 commit 61f2738

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.33.0
5+
------
6+
Fix for auto migrations when using custom primary keys (thanks to @adriangb and
7+
@aminalaee for investigating this issue).
8+
49
0.32.0
510
------
611
Migrations can now have a description, which is shown when using

piccolo/__init__.py

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

0 commit comments

Comments
 (0)