We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47f06b0 commit e0ce22dCopy full SHA for e0ce22d
CHANGES
@@ -1,6 +1,10 @@
1
Changes
2
=======
3
4
+0.13.1
5
+------
6
+Added support for ``group_by`` and ``Count`` for aggregate queries.
7
+
8
0.13.0
9
------
10
Added `required` argument to ``Column``. This allows the user to indicate which
piccolo/__init__.py
@@ -1 +1 @@
-__VERSION__ = "0.13.0"
+__VERSION__ = "0.13.1"
0 commit comments