Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dantownsend committed Oct 4, 2024
1 parent 57673af commit f4bf25a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Changes
=======

1.20.0
------

``get_related`` now works multiple layers deep:

.. code-block:: python
concert = await Concert.objects().first()
manager = await concert.get_related(Concert.band_1._.manager)
-------------------------------------------------------------------------------

1.19.1
------

Expand Down
2 changes: 1 addition & 1 deletion piccolo/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__VERSION__ = "1.19.1"
__VERSION__ = "1.20.0"

0 comments on commit f4bf25a

Please sign in to comment.