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 e4bb3e8 commit a949760Copy full SHA for a949760
CHANGES
@@ -1,6 +1,12 @@
1
Changes
2
=======
3
4
+0.13.2
5
+------
6
+ * Fixing bug with auto migrations when dropping columns.
7
+ * Added a ``root`` argument to ``piccolo asgi new``, ``piccolo app new`` and
8
+ ``piccolo project new`` commands, to override where the files are placed.
9
+
10
0.13.1
11
------
12
Added support for ``group_by`` and ``Count`` for aggregate queries.
piccolo/__init__.py
@@ -1 +1 @@
-__VERSION__ = "0.13.1"
+__VERSION__ = "0.13.2"
0 commit comments