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 efd9d56 commit 19c08fcCopy full SHA for 19c08fc
CHANGES
@@ -1,6 +1,12 @@
1
Changes
2
=======
3
4
+0.17.2
5
+------
6
+ * Fixing a typo with ``start_connection_pool` and ``close_connnection_pool`` -
7
+ thanks to paolodina for finding this.
8
+ * Fixing a typo in the ``PostgresEngine`` docs - courtesy of paolodina.
9
+
10
0.17.1
11
------
12
Fixing a bug with ``SchemaSnapshot`` if column types were changed in migrations
piccolo/__init__.py
@@ -1 +1 @@
-__VERSION__ = "0.17.1"
+__VERSION__ = "0.17.2"
0 commit comments