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 c951425 commit 3d72c4aCopy full SHA for 3d72c4a
CHANGES
@@ -1,6 +1,13 @@
1
Changes
2
=======
3
4
+0.14.5
5
+------
6
+ * Removed old iPython version recommendation in the ``piccolo shell run`` and
7
+ ``piccolo playground run``, and enabled top level await.
8
+ * Fixing outstanding mypy warnings.
9
+ * Added optional requirements for the playground to setup.py
10
+
11
0.14.4
12
------
13
* Added ``piccolo sql_shell run`` command, which launches the psql or sqlite3
piccolo/__init__.py
@@ -1 +1 @@
-__VERSION__ = "0.14.4"
+__VERSION__ = "0.14.5"
0 commit comments