We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1b0bb1 commit 67be2d6Copy full SHA for 67be2d6
CHANGES.rst
@@ -1,6 +1,16 @@
1
Changes
2
=======
3
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
14
1.20.0
15
------
16
piccolo/__init__.py
@@ -1 +1 @@
-__VERSION__ = "1.20.0"
+__VERSION__ = "1.21.0"
0 commit comments