Skip to content

Commit f24365a

Browse files
committed
bumped version
1 parent a1ae127 commit f24365a

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGES

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

4+
0.14.4
5+
------
6+
* Added ``piccolo sql_shell run`` command, which launches the psql or sqlite3
7+
shell, using the connection parameters defined in ``piccolo_conf.py``.
8+
This is convenient when you want to run raw SQL on your database.
9+
* ``run_sync`` now handles more edge cases, for example if there's already
10+
an event loop in the current thread.
11+
* Removed asgiref dependency.
12+
413
0.14.3
514
------
615
* Queries can be directly awaited - ``await MyTable.select()``, as an

piccolo/__init__.py

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

0 commit comments

Comments
 (0)