Skip to content

Commit 3d72c4a

Browse files
committed
bumped version
1 parent c951425 commit 3d72c4a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGES

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

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+
411
0.14.4
512
------
613
* Added ``piccolo sql_shell run`` command, which launches the psql or sqlite3

piccolo/__init__.py

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

0 commit comments

Comments
 (0)