We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44f3bf4 commit ede76b0Copy full SHA for ede76b0
CHANGES
@@ -1,6 +1,10 @@
1
Changes
2
=======
3
4
+0.13.3
5
+------
6
+Added ``piccolo shell run`` command for running adhoc queries using Piccolo.
7
+
8
0.13.2
9
------
10
* Fixing bug with auto migrations when dropping columns.
piccolo/__init__.py
@@ -1 +1 @@
-__VERSION__ = "0.13.2"
+__VERSION__ = "0.13.3"
0 commit comments