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 604e3f1 commit 9cd631bCopy full SHA for 9cd631b
CHANGES
@@ -1,6 +1,16 @@
1
Changes
2
=======
3
4
+0.48.0
5
+------
6
+The ``piccolo user create`` command can now be used without using the
7
+interactive prompt, by passing in command line arguments instead (courtesy
8
+@AliSayyah).
9
+
10
+For example ``piccolo user create --username=bob ...``.
11
12
+This is useful when you want to create users in a script.
13
14
0.47.0
15
------
16
You can now use ``pip install piccolo[all]``, which will install all optional
piccolo/__init__.py
@@ -1 +1 @@
-__VERSION__ = "0.47.0"
+__VERSION__ = "0.48.0"
0 commit comments