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 efdcaa2 commit e1c1535Copy full SHA for e1c1535
CHANGES
@@ -1,6 +1,11 @@
1
Changes
2
=======
3
4
+0.13.5
5
+------
6
+ * Added ``allowed_hosts`` to ``create_admin`` in ASGI template.
7
+ * Fixing bug with default ``root`` argument in some piccolo commands.
8
+
9
0.13.4
10
------
11
* Fixed bug with ``SchemaSnapshot`` when dropping columns.
piccolo/__init__.py
@@ -1 +1 @@
-__VERSION__ = "0.13.4"
+__VERSION__ = "0.13.5"
0 commit comments