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 5b4c9dc commit c8d52c5Copy full SHA for c8d52c5
CHANGES
@@ -1,6 +1,11 @@
1
Changes
2
=======
3
4
+0.19.1
5
+------
6
+ * Added ``piccolo user change_permissions`` commnd.
7
+ * Added aliases for CLI commands.
8
+
9
0.19.0
10
------
11
Changes to the ``BaseUser`` table - added a ``superuser``, and ``last_login``
piccolo/__init__.py
@@ -1 +1 @@
-__VERSION__ = "0.19.0"
+__VERSION__ = "0.19.1"
0 commit comments