Skip to content

Commit 1b34405

Browse files
committed
bumped version
1 parent 5173a39 commit 1b34405

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGES.rst

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

4+
1.19.1
5+
------
6+
7+
Fixed a bug with the ``get_m2m`` method, which would raise a ``ValueError``
8+
when no objects were found. It now handles this gracefully and returns an empty
9+
list instead. Thanks to @nVitius for this fix.
10+
11+
Improved the ASGI templates (including a fix for the latest LiteStar version).
12+
Thanks to @sinisaos for this.
13+
14+
-------------------------------------------------------------------------------
15+
416
1.19.0
517
------
618

piccolo/__init__.py

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

0 commit comments

Comments
 (0)