Skip to content

Commit 27d6f5b

Browse files
committed
bumped version
1 parent 8569625 commit 27d6f5b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGES

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

4+
0.45.1
5+
------
6+
Improvements to ``piccolo schema generate``. It's now smarter about which
7+
imports to include. Also, the ``Table`` classes output will now be sorted based
8+
on their ``ForeignKey`` columns. Internally the sorting algorithm has been
9+
changed to use the ``graphlib`` module, which was added in Python 3.9.
10+
411
0.45.0
512
------
613
Added the ``piccolo schema graph`` command for visualising your database

piccolo/__init__.py

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

0 commit comments

Comments
 (0)