Skip to content

Commit

Permalink
django-tree-queries 0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiask committed Dec 8, 2022
1 parent 7bf2a32 commit 793b40c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,16 @@ Change log
`Next version`_
~~~~~~~~~~~~~~~

.. _Next version: https://github.com/matthiask/django-tree-queries/compare/0.12...main
.. _Next version: https://github.com/matthiask/django-tree-queries/compare/0.13...main


`0.13`_ (2022-12-08)
~~~~~~~~~~~~~~~~~~~~

.. _0.13: https://github.com/matthiask/django-tree-queries/compare/0.12...0.13

- Made it possible to use tree queries with multiple table inheritance. Thanks
Olivier Dalang for the testcases and the initial implementation!


`0.12`_ (2022-11-30)
Expand Down
2 changes: 1 addition & 1 deletion tree_queries/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
VERSION = (0, 12, 0)
VERSION = (0, 13, 0)
__version__ = ".".join(map(str, VERSION))

0 comments on commit 793b40c

Please sign in to comment.