We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f7836d commit cae1a26Copy full SHA for cae1a26
CHANGES
@@ -1,3 +1,8 @@
1
+0.9.3
2
+=====
3
+Suppressing exceptions when trying to find the Postgres version, to avoid
4
+an ImportError when importing piccolo_conf.py.
5
+
6
0.9.2
7
=====
8
.first() bug fix.
piccolo/__init__.py
@@ -1 +1 @@
-__VERSION__ = "0.9.2"
+__VERSION__ = "0.9.3"
0 commit comments