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 037bc13 commit e5c32a4Copy full SHA for e5c32a4
CHANGES
@@ -1,6 +1,12 @@
1
Changes
2
=======
3
4
+0.17.5
5
+------
6
+Catching database connection exceptions when starting the default ASGI app
7
+created with ``piccolo asgi new`` - these errors exist if the Postgres
8
+database hasn't been created yet.
9
+
10
0.17.4
11
------
12
Added a ``help_text`` option to the ``Table`` metaclass. This is used in
piccolo/__init__.py
@@ -1 +1 @@
-__VERSION__ = "0.17.4"
+__VERSION__ = "0.17.5"
0 commit comments