We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6e0618 commit a282883Copy full SHA for a282883
CHANGES
@@ -1,6 +1,11 @@
1
Changes
2
=======
3
4
+0.16.5
5
+------
6
+The Postgres extensions that ``PostgresEngine`` tries to enable at startup
7
+can now be configured.
8
+
9
0.16.4
10
------
11
* Fixed a bug with ``MyTable.column != None``
piccolo/__init__.py
@@ -1 +1 @@
-__VERSION__ = "0.16.4"
+__VERSION__ = "0.16.5"
0 commit comments