Skip to content

Commit 9cd631b

Browse files
committed
bumped version
1 parent 604e3f1 commit 9cd631b

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGES

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
Changes
22
=======
33

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+
414
0.47.0
515
------
616
You can now use ``pip install piccolo[all]``, which will install all optional

piccolo/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__VERSION__ = "0.47.0"
1+
__VERSION__ = "0.48.0"

0 commit comments

Comments
 (0)