Skip to content

Commit f4bf25a

Browse files
committed
bump version
1 parent 57673af commit f4bf25a

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGES.rst

+12
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
Changes
22
=======
33

4+
1.20.0
5+
------
6+
7+
``get_related`` now works multiple layers deep:
8+
9+
.. code-block:: python
10+
11+
concert = await Concert.objects().first()
12+
manager = await concert.get_related(Concert.band_1._.manager)
13+
14+
-------------------------------------------------------------------------------
15+
416
1.19.1
517
------
618

piccolo/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__VERSION__ = "1.19.1"
1+
__VERSION__ = "1.20.0"

0 commit comments

Comments
 (0)