Skip to content

Commit 67be2d6

Browse files
committed
bumped version
1 parent d1b0bb1 commit 67be2d6

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGES.rst

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

4+
1.21.0
5+
------
6+
7+
Postgres 17 is now officially supported.
8+
9+
Fixed a bug with joins, when a ``ForeignKey`` column had ``db_column_name``
10+
specified. Thanks to @jessemcl-flwls for reporting this issue.
11+
12+
-------------------------------------------------------------------------------
13+
414
1.20.0
515
------
616

piccolo/__init__.py

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

0 commit comments

Comments
 (0)