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 255c5c1 commit d0a91c7Copy full SHA for d0a91c7
CHANGES
@@ -1,9 +1,13 @@
1
Changes
2
=======
3
4
+0.20.0
5
+------
6
+Added ``choices`` option to ``Column``.
7
+
8
0.19.1
9
------
- * Added ``piccolo user change_permissions`` commnd.
10
+ * Added ``piccolo user change_permissions`` command.
11
* Added aliases for CLI commands.
12
13
0.19.0
piccolo/__init__.py
@@ -1 +1 @@
-__VERSION__ = "0.19.1"
+__VERSION__ = "0.20.0"
0 commit comments