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 36784b6 commit ccdabaaCopy full SHA for ccdabaa
CHANGES
@@ -1,6 +1,11 @@
1
Changes
2
=======
3
4
+0.47.0
5
+------
6
+You can now use ``pip install piccolo[all]``, which will install all optional
7
+requirements.
8
+
9
0.46.0
10
------
11
Added the fixture app. This is used to dump data from a database to a JSON
piccolo/__init__.py
@@ -1 +1 @@
-__VERSION__ = "0.46.0"
+__VERSION__ = "0.47.0"
0 commit comments